Home
last modified time | relevance | path

Searched refs:dst_inode (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs4file.c243 struct inode *dst_inode = file_inode(dst_file); in nfs42_remap_file_range() local
244 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range()
257 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode)) in nfs42_remap_file_range()
269 if (src_inode == dst_inode) in nfs42_remap_file_range()
275 } else if (dst_inode < src_inode) { in nfs42_remap_file_range()
276 inode_lock_nested(dst_inode, I_MUTEX_PARENT); in nfs42_remap_file_range()
280 inode_lock_nested(dst_inode, I_MUTEX_CHILD); in nfs42_remap_file_range()
288 ret = nfs_sync_inode(dst_inode); in nfs42_remap_file_range()
302 } else if (dst_inode < src_inode) { in nfs42_remap_file_range()
304 inode_unlock(dst_inode); in nfs42_remap_file_range()
[all …]
H A Dnfs42proc.c324 struct inode *dst_inode = file_inode(dst); in _nfs42_proc_copy() local
326 struct nfs_server *dst_server = NFS_SERVER(dst_inode); in _nfs42_proc_copy()
358 status = nfs_sync_inode(dst_inode); in _nfs42_proc_copy()
376 trace_nfs4_copy(src_inode, dst_inode, args, res, nss, status); in _nfs42_proc_copy()
1054 struct inode *dst_inode = file_inode(dst_f); in _nfs42_proc_clone() local
1055 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_clone()
1059 .dst_fh = NFS_FH(dst_inode), in _nfs42_proc_clone()
1093 dst_inode, NFS_INO_INVALID_BLOCKS); in _nfs42_proc_clone()
1097 trace_nfs4_clone(src_inode, dst_inode, &args, status); in _nfs42_proc_clone()
1102 nfs42_copy_dest_done(dst_inode, dst_offset, count); in _nfs42_proc_clone()
[all …]
H A Dnfs4trace.h2235 const struct inode *dst_inode,
2242 TP_ARGS(src_inode, dst_inode, args, res, nss, error),
2270 const struct nfs_inode *dst_nfsi = NFS_I(dst_inode);
2277 __entry->dst_dev = dst_inode->i_sb->s_dev;
2342 const struct inode *dst_inode,
2347 TP_ARGS(src_inode, dst_inode, args, error),
2368 const struct nfs_inode *dst_nfsi = NFS_I(dst_inode);
2375 __entry->dst_dev = dst_inode->i_sb->s_dev;
H A Dnfs4proc.c5696 struct inode *dst_inode = file_inode(dst); in _nfs4_proc_commit() local
5697 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs4_proc_commit()
5704 args->fh = NFS_FH(dst_inode); in _nfs4_proc_commit()
/openbmc/linux/fs/btrfs/
H A Dreflink.c887 struct inode *dst_inode = file_inode(dst_file); in btrfs_remap_file_range() local
888 bool same_inode = dst_inode == src_inode; in btrfs_remap_file_range()
897 lock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range()
898 btrfs_double_mmap_lock(src_inode, dst_inode); in btrfs_remap_file_range()
907 ret = btrfs_extent_same(src_inode, off, len, dst_inode, destoff); in btrfs_remap_file_range()
915 btrfs_double_mmap_unlock(src_inode, dst_inode); in btrfs_remap_file_range()
916 unlock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range()
/openbmc/linux/fs/ceph/
H A Dfile.c2709 size = i_size_read(dst_inode); in is_file_size_ok()
2712 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok()
2847 struct inode *dst_inode = file_inode(dst_file); in __ceph_copy_file_range() local
2858 if (src_inode->i_sb != dst_inode->i_sb) { in __ceph_copy_file_range()
2868 if (ceph_snap(dst_inode) != CEPH_NOSNAP) in __ceph_copy_file_range()
2939 ceph_fscache_invalidate(dst_inode, false); in __ceph_copy_file_range()
2984 err = is_file_size_ok(src_inode, dst_inode, in __ceph_copy_file_range()
2990 size = i_size_read(dst_inode); in __ceph_copy_file_range()
3003 inode_inc_iversion_raw(dst_inode); in __ceph_copy_file_range()
3007 if (ceph_inode_set_size(dst_inode, dst_off) || in __ceph_copy_file_range()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.h138 ino_t dst_inode; member
H A Dprofiler.inc.h813 filemod_data->dst_inode = file_ino; in kprobe_ret__do_filp_open()
868 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE()
927 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE()
/openbmc/linux/fs/f2fs/
H A Dfile.c1242 static int __clone_blkaddrs(struct inode *src_inode, struct inode *dst_inode, in __clone_blkaddrs() argument
1262 set_new_dnode(&dn, dst_inode, NULL, NULL, 0); in __clone_blkaddrs()
1274 ADDRS_PER_PAGE(dn.node_page, dst_inode) - in __clone_blkaddrs()
1283 f2fs_i_blocks_write(dst_inode, in __clone_blkaddrs()
1293 if (dst_inode->i_size < new_size) in __clone_blkaddrs()
1294 f2fs_i_size_write(dst_inode, new_size); in __clone_blkaddrs()
1305 pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i, in __clone_blkaddrs()
1331 struct inode *dst_inode, pgoff_t src, pgoff_t dst, in __exchange_data_block() argument
1361 ret = __clone_blkaddrs(src_inode, dst_inode, src_blkaddr, in __exchange_data_block()