Searched refs:f_path (Results 126 - 150 of 153) sorted by relevance

1234567

/linux-master/fs/
H A Dnamespace.c433 if (__mnt_is_readonly(file->f_path.mnt))
437 return mnt_get_write_access(file->f_path.mnt);
495 mnt_put_write_access(file->f_path.mnt);
H A Deventpoll.c1519 take_dentry_name_snapshot(&n, epi->ffd.file->f_path.dentry);
/linux-master/fs/btrfs/
H A Dioctl.c1309 ret = btrfs_mksubvol(&file->f_path, idmap, name,
1340 ret = btrfs_mksnapshot(&file->f_path, idmap,
2377 struct dentry *parent = file->f_path.dentry;
/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/kernel/cgroup/
H A Dcgroup.c5169 of->file->f_path.dentry->d_sb,
6346 css = css_tryget_online_from_dir(f->f_path.dentry, NULL);
6418 sb = f->f_path.dentry->d_sb;
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1019 *path = f.file->f_path;
/linux-master/fs/proc/
H A Dproc_sysctl.c678 struct dentry *child, *dir = file->f_path.dentry;
/linux-master/fs/ecryptfs/
H A Dcrypto.c1303 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry;
/linux-master/kernel/
H A Daudit.c2219 audit_log_d_path(ab, " exe=", &exe_file->f_path);
H A Dsys.c1921 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path))
/linux-master/security/selinux/
H A Dhooks.c2059 struct dentry *dentry = file->f_path.dentry;
2065 ad.u.path = file->f_path;
2245 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt);
3676 ad.u.op->path = file->f_path;
/linux-master/fs/ubifs/
H A Ddir.c425 struct dentry *dentry = file->f_path.dentry;
/linux-master/mm/
H A Dmmap.c1235 if (!(file && path_noexec(&file->f_path)))
1334 if (path_noexec(&file->f_path)) {
H A Dswapfile.c3049 dentry = swap_file->f_path.dentry;
H A Dslub.c6991 if (strcmp(filep->f_path.dentry->d_name.name, "alloc_traces") == 0)
H A Dmemcontrol.c5125 cdentry = cfile.file->f_path.dentry;
/linux-master/lib/
H A Dvsprintf.c955 return dentry_name(buf, end, f->f_path.dentry, spec, fmt);
/linux-master/security/
H A Dsecurity.c2805 if (!path_noexec(&file->f_path)) {
/linux-master/fs/fuse/
H A Ddir.c885 err = fuse_create_open(dir, file->f_path.dentry, file, file->f_flags, mode, FUSE_TMPFILE);
/linux-master/fs/f2fs/
H A Dfile.c2810 if (file_in->f_path.mnt != file_out->f_path.mnt ||
/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/ocfs2/
H A Ddir.c1930 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level, 1);
/linux-master/include/trace/events/
H A Dext4.h944 struct dentry *dentry = file->f_path.dentry;
/linux-master/net/smc/
H A Daf_smc.c3415 smcsock->file->f_path.dentry->d_inode = SOCK_INODE(smcsock); /* dput() in __fput */
/linux-master/fs/smb/client/
H A Dinode.c818 struct dentry *dentry = filp->f_path.dentry;

Completed in 699 milliseconds

1234567