Searched refs:dst_f (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.c | 556 struct bch_sb_field *src_f, *dst_f; in __copy_super() local 586 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super() 589 (dst_f ? le32_to_cpu(dst_f->u64s) : 0); in __copy_super() 598 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super() 601 dst_f = __bch2_sb_field_resize(dst_handle, dst_f, in __copy_super() 605 memcpy(dst_f, src_f, vstruct_bytes(src_f)); in __copy_super()
|
/linux/fs/nfs/ |
H A D | nfs42proc.c | 1049 struct file *dst_f, struct nfs_lock_context *src_lock, in _nfs42_proc_clone() argument 1054 struct inode *dst_inode = file_inode(dst_f); in _nfs42_proc_clone() 1110 int nfs42_proc_clone(struct file *src_f, struct file *dst_f, in nfs42_proc_clone() argument 1134 dst_lock = nfs_get_lock_context(nfs_file_open_context(dst_f)); in nfs42_proc_clone() 1140 dst_exception.inode = file_inode(dst_f); in nfs42_proc_clone() 1144 err = _nfs42_proc_clone(&msg, src_f, dst_f, src_lock, dst_lock, in nfs42_proc_clone()
|