Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dinode.c624 ci->i_truncate_pagecache_size = 0; in ceph_alloc_inode()
804 __func__, ci->i_truncate_pagecache_size, size); in ceph_fill_file_size()
805 ci->i_truncate_pagecache_size = size; in ceph_fill_file_size()
807 ci->i_truncate_pagecache_size = truncate_size; in ceph_fill_file_size()
2189 to = ci->i_truncate_pagecache_size; in __ceph_do_pending_vmtruncate()
2199 if (to == ci->i_truncate_pagecache_size) { in __ceph_do_pending_vmtruncate()
H A Dsuper.h431 u64 i_truncate_pagecache_size; member