Home
last modified time | relevance | path

Searched refs:i_truncate_pagecache_size (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ceph/
H A Dinode.c636 ci->i_truncate_pagecache_size = 0; in ceph_alloc_inode()
820 ci->i_truncate_pagecache_size, size); in ceph_fill_file_size()
821 ci->i_truncate_pagecache_size = size; in ceph_fill_file_size()
823 ci->i_truncate_pagecache_size = truncate_size; in ceph_fill_file_size()
2230 to = ci->i_truncate_pagecache_size; in __ceph_do_pending_vmtruncate()
2240 if (to == ci->i_truncate_pagecache_size) { in __ceph_do_pending_vmtruncate()
H A Dsuper.h433 u64 i_truncate_pagecache_size; member