Searched refs:fdentry (Results 1 – 3 of 3) sorted by relevance
1743 struct dentry *fdentry, *tdentry, *odentry, *ndentry, *trap; in nfsd_rename() local1755 fdentry = ffhp->fh_dentry; in nfsd_rename()1756 fdir = fdentry->d_inode; in nfsd_rename()1773 trap = lock_rename(tdentry, fdentry); in nfsd_rename()1778 odentry = lookup_one_len(fname, fdentry, flen); in nfsd_rename()1831 unlock_rename(tdentry, fdentry); in nfsd_rename()
320 struct btrfs_fs_info *fs_info = btrfs_sb(fdentry(file)->d_sb); in btrfs_ioctl_fitrim()2064 struct dentry *parent = fdentry(file); in btrfs_ioctl_snap_destroy()3884 struct btrfs_root *root = BTRFS_I(fdentry(file)->d_inode)->root; in btrfs_ioctl_quota_rescan()3917 struct btrfs_root *root = BTRFS_I(fdentry(file)->d_inode)->root; in btrfs_ioctl_quota_rescan_status()4023 struct btrfs_root *root = BTRFS_I(fdentry(file)->d_inode)->root; in btrfs_ioctl_get_fslabel()4042 struct btrfs_root *root = BTRFS_I(fdentry(file)->d_inode)->root; in btrfs_ioctl_set_fslabel()
2996 static inline struct dentry *fdentry(struct file *file) in fdentry() function