Searched refs:f_path (Results 51 - 75 of 153) sorted by relevance

1234567

/linux-master/fs/
H A Dnamei.c2425 dentry = f.file->f_path.dentry;
2432 nd->path = f.file->f_path;
3292 const struct path *path = &filp->f_path;
3358 file->f_path.dentry = DENTRY_NOT_SET;
3359 file->f_path.mnt = nd->path.mnt;
3365 if (unlikely(dentry != file->f_path.dentry)) {
3367 dentry = dget(file->f_path.dentry);
3369 } else if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) {
3372 if (file->f_path.dentry) {
3374 dentry = file->f_path
[all...]
H A Dstatfs.c120 error = vfs_statfs(&f.file->f_path, st);
H A Dlibfs.c87 file->private_data = d_alloc_cursor(file->f_path.dentry);
147 struct dentry *dentry = file->f_path.dentry;
191 struct dentry *dentry = file->f_path.dentry;
511 struct dentry *dir = file->f_path.dentry;
/linux-master/fs/autofs/
H A Ddev-ioctl.c467 mnt = fp->f_path.mnt;
478 if (may_umount(fp->f_path.mnt))
/linux-master/fs/overlayfs/
H A Dfile.c54 realfile = backing_file_open(&file->f_path, flags, realpath,
260 touch_atime(&file->f_path);
/linux-master/drivers/mtd/ubi/
H A Ddebug.c332 struct dentry *dent = file->f_path.dentry;
399 struct dentry *dent = file->f_path.dentry;
/linux-master/fs/smb/server/
H A Dsmb_common.c446 dentry = dir->filp->f_path.dentry;
450 dentry = dir->filp->f_path.dentry->d_parent;
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...]
/linux-master/init/
H A Dinitramfs.c382 vfs_truncate(&wfile->f_path, body_len);
408 do_utime_path(&wfile->f_path, mtime);
/linux-master/fs/configfs/
H A Ddir.c1564 struct dentry * dentry = file->f_path.dentry;
1588 struct dentry * dentry = file->f_path.dentry;
1604 struct dentry *dentry = file->f_path.dentry;
1666 struct dentry * dentry = file->f_path.dentry;
/linux-master/fs/notify/dnotify/
H A Ddnotify.c300 error = security_path_notify(&filp->f_path, mask,
/linux-master/security/loadpin/
H A Dloadpin.c155 load_root = file->f_path.mnt->mnt_sb;
/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/fs/nfsd/
H A Dblocklayout.c334 struct block_device *bdev = file->nf_file->f_path.mnt->mnt_sb->s_bdev;
/linux-master/include/linux/
H A Dfsnotify.h105 path = &file->f_path;
/linux-master/security/
H A Dcommoncap.c735 if (!mnt_may_suid(file->f_path.mnt))
743 if (!current_in_userns(file->f_path.mnt->mnt_sb->s_user_ns))
747 file->f_path.dentry, &vcaps);
H A Dlsm_audit.c237 audit_log_d_path(ab, " path=", &a->u.file->f_path);
/linux-master/block/
H A Dblk-mq-debugfs.c538 void *data = d_inode(m->file->f_path.dentry->d_parent)->i_private;
548 void *data = d_inode(file->f_path.dentry->d_parent)->i_private;
563 void *data = d_inode(file->f_path.dentry->d_parent)->i_private;
/linux-master/fs/ubifs/
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/fs/quota/
H A Dquota.c991 ret = mnt_want_write(f.file->f_path.mnt);
996 sb = f.file->f_path.mnt->mnt_sb;
1010 mnt_drop_write(f.file->f_path.mnt);
/linux-master/security/apparmor/
H A Ddomain.c321 d = bprm->file->f_path.dentry;
650 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
761 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
H A Dlsm.c353 return apparmor_path_truncate(&file->f_path);
465 if (!path_mediated_fs(file->f_path.dentry))
492 label, &file->f_path, 0,
528 if (file->f_path.dentry == aa_null.dentry)
/linux-master/security/tomoyo/
H A Daudit.c263 realpath = tomoyo_realpath_from_path(&file->f_path);
/linux-master/fs/nfs/
H A Dnfs4file.c366 ctx = alloc_nfs_open_context(filep->f_path.dentry,
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c427 parent = file->f_path.dentry->d_parent;
431 if (simple_positive(file->f_path.dentry)

Completed in 262 milliseconds

1234567