Searched refs:truncate_size (Results 1 – 6 of 6) sorted by relevance
/fs/ceph/ |
D | addr.c | 551 u64 truncate_size; member 588 ctl->truncate_size = capsnap->truncate_size; in get_oldest_context() 608 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context() 719 ceph_wbc.truncate_size, true); in writepage_nounlock() 1213 ceph_wbc.truncate_size, false); in ceph_writepages_start() 1223 ceph_wbc.truncate_size, true); in ceph_writepages_start()
|
D | inode.c | 746 u32 truncate_seq, u64 truncate_size, u64 size) in ceph_fill_file_size() argument 800 ci->i_truncate_size, truncate_size, !!IS_ENCRYPTED(inode)); in ceph_fill_file_size() 802 ci->i_truncate_size = truncate_size; in ceph_fill_file_size() 809 ci->i_truncate_pagecache_size = truncate_size; in ceph_fill_file_size() 1101 le64_to_cpu(info->truncate_size), in ceph_fill_inode()
|
D | super.h | 241 u64 truncate_size; member 1036 u32 truncate_seq, u64 truncate_size, u64 size);
|
D | caps.c | 3576 le64_to_cpu(grant->truncate_size), in handle_cap_grant() 3938 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc() local 3958 __func__, inode, mds, seq, truncate_size, truncate_seq); in handle_cap_trunc() 3960 truncate_seq, truncate_size, size); in handle_cap_trunc()
|
D | file.c | 656 in.truncate_size = cpu_to_le64(-1ULL); in ceph_finish_async_create() 2728 u32 truncate_seq, u64 truncate_size) in ceph_alloc_copyfrom_request() argument 2753 truncate_size, in ceph_alloc_copyfrom_request()
|
D | snap.c | 670 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
|