Home
last modified time | relevance | path

Searched refs:i_version (Results 1 – 4 of 4) sorted by relevance

/fs/ceph/
Dcache.c120 aux.version = ci->i_version; in ceph_fscache_inode_check_aux()
154 aux.version = ci->i_version; in ceph_fscache_register_inode_cookie()
Dinode.c434 ci->i_version = 0; in ceph_alloc_inode()
664 if (ci->i_version == 0 || in ceph_fill_file_time()
671 if (ci->i_version == 0 || in ceph_fill_file_time()
748 ci->i_version); in fill_inode()
791 if (ci->i_version == 0 || in fill_inode()
793 le64_to_cpu(info->version) > (ci->i_version & ~1))) in fill_inode()
903 if (le64_to_cpu(info->version) > ci->i_version) in fill_inode()
904 ci->i_version = le64_to_cpu(info->version); in fill_inode()
Dsuper.h313 u64 i_version; member
/fs/ext4/
Dioctl.c71 swap(inode1->i_version, inode2->i_version); in swap_inode_data()