Home
last modified time | relevance | path

Searched defs:inode1 (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_exchrange.c341 struct inode *inode1 = file_inode(fxr->file1); in xfs_exchange_range_checks() local
458 struct inode *inode1 = file_inode(fxr->file1); in xfs_exchange_range_prep() local
673 struct inode *inode1 = file_inode(fxr->file1); in xfs_exchrange_contents() local
726 struct inode *inode1 = file_inode(fxr->file1); in xfs_exchange_range() local
/linux/fs/btrfs/
H A Dreflink.c621 static void btrfs_double_mmap_lock(struct btrfs_inode *inode1, struct btrfs_inode *inode2) in btrfs_double_mmap_lock()
629 static void btrfs_double_mmap_unlock(struct btrfs_inode *inode1, struct btrfs_inode *inode2) in btrfs_double_mmap_unlock()
/linux/fs/ocfs2/
H A Dnamei.c1116 struct inode *inode1, in ocfs2_double_lock()
1196 static void ocfs2_double_unlock(struct inode *inode1, struct inode *inode2) in ocfs2_double_unlock()
/linux/fs/
H A Dinode.c1223 void lock_two_nondirectories(struct inode *inode1, struct inode *inode2) in lock_two_nondirectories()
1243 void unlock_two_nondirectories(struct inode *inode1, struct inode *inode2) in unlock_two_nondirectories()
/linux/fs/ext4/
H A Dioctl.c309 static void swap_inode_data(struct inode *inode1, struct inode *inode2) in swap_inode_data()