Searched refs:dst_inode (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 253 struct inode *dst_inode = file_inode(dst_file); in nfs42_remap_file_range() local 254 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range() 266 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode)) in nfs42_remap_file_range() 279 lock_two_nondirectories(src_inode, dst_inode); in nfs42_remap_file_range() 286 nfs_file_block_o_direct(NFS_I(dst_inode)); in nfs42_remap_file_range() 287 ret = nfs_sync_inode(dst_inode); in nfs42_remap_file_range() 296 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1); in nfs42_remap_file_range() 299 unlock_two_nondirectories(src_inode, dst_inode); in nfs42_remap_file_range()
|
| H A D | nfs4trace.h | 2590 const struct inode *dst_inode, 2597 TP_ARGS(src_inode, dst_inode, args, res, nss, error), 2628 __entry->dst_fileid = dst_inode->i_ino; 2629 __entry->dst_dev = dst_inode->i_sb->s_dev; 2694 const struct inode *dst_inode, 2699 TP_ARGS(src_inode, dst_inode, args, error), 2723 __entry->dst_fileid = dst_inode->i_ino; 2724 __entry->dst_dev = dst_inode->i_sb->s_dev;
|
| H A D | nfs4proc.c | 5948 struct inode *dst_inode = file_inode(dst); in _nfs4_proc_commit() local 5949 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs4_proc_commit() 5956 args->fh = NFS_FH(dst_inode); in _nfs4_proc_commit()
|
| /linux/fs/btrfs/ |
| H A D | reflink.c | 931 struct btrfs_inode *dst_inode = BTRFS_I(file_inode(dst_file)); in btrfs_remap_file_range() local 932 bool same_inode = dst_inode == src_inode; in btrfs_remap_file_range() 944 lock_two_nondirectories(&src_inode->vfs_inode, &dst_inode->vfs_inode); in btrfs_remap_file_range() 945 btrfs_double_mmap_lock(src_inode, dst_inode); in btrfs_remap_file_range() 954 ret = btrfs_extent_same(src_inode, off, len, dst_inode, destoff); in btrfs_remap_file_range() 962 btrfs_double_mmap_unlock(src_inode, dst_inode); in btrfs_remap_file_range() 964 &dst_inode->vfs_inode); in btrfs_remap_file_range()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.h | 138 ino_t dst_inode; member
|
| H A D | profiler.inc.h | 793 filemod_data->dst_inode = file_ino; in kprobe_ret__do_file_open() 846 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE() 901 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE()
|