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.c683 ci->i_truncate_pagecache_size = 0; in ceph_alloc_inode()
870 ci->i_truncate_pagecache_size, size); in ceph_fill_file_size()
871 ci->i_truncate_pagecache_size = size; in ceph_fill_file_size()
873 ci->i_truncate_pagecache_size = truncate_size; in ceph_fill_file_size()
2334 to = ci->i_truncate_pagecache_size; in __ceph_do_pending_vmtruncate()
2344 if (to == ci->i_truncate_pagecache_size) { in __ceph_do_pending_vmtruncate()
H A Dsuper.h469 u64 i_truncate_pagecache_size; member