Searched refs:f_path (Results 76 - 100 of 156) sorted by last modified time

1234567

/linux-master/fs/smb/server/
H A Dsmb2pdu.c2926 rc = ksmbd_vfs_getattr(&fp->filp->f_path, &stat);
3444 rc = smb2_create_truncate(&fp->filp->f_path);
4021 struct dentry *dir = dir_fp->filp->f_path.dentry;
4028 struct dentry *dir = dir_fp->filp->f_path.dentry;
4049 priv->dir_fp->filp->f_path.dentry,
4572 path = &fp->filp->f_path;
4733 ret = vfs_getattr(&fp->filp->f_path, &stat, STATX_BASIC_STATS,
4761 ret = vfs_getattr(&fp->filp->f_path, &stat, STATX_BASIC_STATS,
4811 filename = convert_to_nt_pathname(work->tcon->share_conf, &fp->filp->f_path);
4815 ret = vfs_getattr(&fp->filp->f_path,
[all...]
H A Doplock.c1109 p_ci = ksmbd_inode_lookup_lock(fp->filp->f_path.dentry->d_parent);
1152 p_ci = ksmbd_inode_lookup_lock(fp->filp->f_path.dentry->d_parent);
H A Dvfs.c298 fp->filp->f_path.dentry,
436 fp->filp->f_path.dentry,
462 &fp->filp->f_path,
846 err = vfs_truncate(&filp->f_path, size);
1078 struct dentry *dir, *dentry = filp->f_path.dentry;
1081 err = mnt_want_write(filp->f_path.mnt);
1102 mnt_drop_write(filp->f_path.mnt);
/linux-master/fs/fuse/
H A Dpassthrough.c328 backing_file = backing_file_open(&file->f_path, file->f_flags,
329 &fb->file->f_path, fb->cred);
H A Ddir.c885 err = fuse_create_open(dir, file->f_path.dentry, file, file->f_flags, mode, FUSE_TMPFILE);
H A Dreaddir.c156 struct dentry *parent = file->f_path.dentry;
/linux-master/fs/exfat/
H A Dfile.c437 file->f_path.dentry, &ia);
442 err = exfat_setattr(file_mnt_idmap(file), file->f_path.dentry, &ia);
446 fsnotify_change(file->f_path.dentry, ia.ia_valid);
/linux-master/fs/
H A Deventpoll.c1555 take_dentry_name_snapshot(&n, epi->ffd.file->f_path.dentry);
H A Dxattr.c709 f.file->f_path.dentry, name,
817 error = getxattr(file_mnt_idmap(f.file), f.file->f_path.dentry,
893 error = listxattr(f.file->f_path.dentry, list, size);
965 f.file->f_path.dentry, name);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c975 current_dir = filp->file->f_path.dentry->d_parent;
1026 current_dir = filp->f_path.dentry->d_parent;
2521 current_dir = filp->file->f_path.dentry->d_parent;
/linux-master/fs/kernfs/
H A Dfile.c851 struct kernfs_node *kn = kernfs_dentry_node(filp->f_path.dentry);
H A Ddir.c1844 struct dentry *dentry = file->f_path.dentry;
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c892 const char *id_str = filp->f_path.dentry->d_parent->d_name.name;
/linux-master/fs/smb/client/
H A Dioctl.c32 struct dentry *dentry = filep->f_path.dentry;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2378 struct dentry *dent = file->f_path.dentry;
2420 struct dentry *dent = file->f_path.dentry;
/linux-master/fs/ubifs/
H A Ddir.c425 struct dentry *dentry = file->f_path.dentry;
H A Ddebug.c2707 struct dentry *dent = file->f_path.dentry;
2763 struct dentry *dent = file->f_path.dentry;
2766 if (file->f_path.dentry == d->dfs_dump_lprops) {
2770 if (file->f_path.dentry == d->dfs_dump_budg) {
2774 if (file->f_path.dentry == d->dfs_dump_tnc) {
2902 struct dentry *dent = file->f_path.dentry;
2926 struct dentry *dent = file->f_path.dentry;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h583 BPF_CORE_READ(filp, f_path.dentry,
778 struct dentry* filp_dentry = BPF_CORE_READ(filp, f_path.dentry);
/linux-master/net/sunrpc/
H A Drpc_pipe.c423 spin_lock(&file->f_path.dentry->d_lock);
424 if (!d_unhashed(file->f_path.dentry))
427 spin_unlock(&file->f_path.dentry->d_lock);
430 spin_unlock(&file->f_path.dentry->d_lock);
/linux-master/kernel/bpf/
H A Dtoken.c128 path = f.file->f_path;
/linux-master/kernel/
H A Daudit.c2219 audit_log_d_path(ab, " exe=", &exe_file->f_path);
/linux-master/io_uring/
H A Dxattr.c116 req->file->f_path.dentry,
227 ret = __io_setxattr(req, issue_flags, &req->file->f_path);
/linux-master/fs/nfsd/
H A Dnfs4layouts.c644 argv[2] = file->nf_file->f_path.mnt->mnt_sb->s_id;
H A Dblocklayout.c334 struct block_device *bdev = file->nf_file->f_path.mnt->mnt_sb->s_bdev;
/linux-master/fs/nfs/
H A Dnfs4file.c366 ctx = alloc_nfs_open_context(filep->f_path.dentry,

Completed in 429 milliseconds

1234567