Searched refs:f_path (Results 101 - 125 of 153) sorted by relevance

1234567

/linux-master/fs/
H A Dstat.c198 error = vfs_getattr(&f.file->f_path, stat, STATX_BASIC_STATS, 0);
H A Ddcache.c3079 struct dentry *dentry = file->f_path.dentry;
3095 struct dentry *dentry = file->f_path.dentry;
/linux-master/fs/debugfs/
H A Dfile.c48 #define F_DENTRY(filp) ((filp)->f_path.dentry)
/linux-master/fs/hostfs/
H A Dhostfs_kern.c277 name = dentry_name(file->f_path.dentry);
/linux-master/drivers/dma-buf/
H A Ddma-buf.c672 file->f_path.dentry->d_fsdata = dmabuf;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c208 dir = file->f_path.dentry;
/linux-master/include/linux/
H A Dpagemap.h125 return errseq_sample(&file->f_path.dentry->d_sb->s_wb_err);
/linux-master/fs/ext4/
H A Dfile.c866 ret = ext4_sample_last_mounted(inode->i_sb, filp->f_path.mnt);
/linux-master/fs/nfsd/
H A Dnfs4layouts.c644 argv[2] = file->nf_file->f_path.mnt->mnt_sb->s_id;
H A Dexport.c752 return !strcmp(m->file->f_path.dentry->d_name.name, "export_stats");
/linux-master/drivers/firmware/tegra/
H A Dbpmp-debugfs.c89 filename = dentry_path(file->f_path.dentry, buf, size);
/linux-master/fs/xfs/
H A Dxfs_iops.c1108 int err = xfs_generic_create(idmap, dir, file->f_path.dentry, mode, 0, file);
/linux-master/security/landlock/
H A Dfs.c1360 dom, &file->f_path,
/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/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/kernel/
H A Dauditsc.c2395 __audit_inode(NULL, file->f_path.dentry, 0);
2814 bprm->file->f_path.dentry, &vcaps);
H A Dfork.c1455 if (path_equal(&vma->vm_file->f_path,
1456 &old_exe_file->f_path)) {
/linux-master/include/trace/events/
H A Dbtrfs.h789 const struct dentry *dentry = file->f_path.dentry;
792 TP_fast_assign_fsid(btrfs_sb(file->f_path.dentry->d_sb));
/linux-master/security/selinux/
H A Dselinuxfs.c1204 const char *name = filep->f_path.dentry->d_name.name;
1244 const char *name = filep->f_path.dentry->d_name.name;
/linux-master/fs/bcachefs/
H A Dfs.c891 file->f_path.dentry, mode, 0,
898 d_instantiate(file->f_path.dentry, &inode->v);
/linux-master/arch/s390/kernel/
H A Ddebug.c542 else if (debug_info->debugfs_entries[i] == file->f_path.dentry)
/linux-master/drivers/staging/greybus/
H A Dcamera.c1141 if (!strcmp(file->f_path.dentry->d_iname, entry->name)) {
/linux-master/mm/
H A Dnommu.c806 if (path_noexec(&file->f_path)) {
/linux-master/fs/overlayfs/
H A Dcopy_up.c861 temp = tmpfile->f_path.dentry;

Completed in 555 milliseconds

1234567