Home
last modified time | relevance | path

Searched refs:f_path (Results 1 – 105 of 105) sorted by relevance

/linux-4.4.14/fs/configfs/
Dfile.c114 if ((retval = fill_read_buffer(file->f_path.dentry,buffer))) in configfs_read_file()
205 len = flush_write_buffer(file->f_path.dentry, buffer, len); in configfs_write_file()
214 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm()
215 struct configfs_attribute * attr = to_attr(file->f_path.dentry); in check_perm()
287 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release()
288 struct configfs_attribute * attr = to_attr(filp->f_path.dentry); in configfs_release()
Ddir.c1481 struct dentry * dentry = file->f_path.dentry; in configfs_dir_open()
1505 struct dentry * dentry = file->f_path.dentry; in configfs_dir_close()
1527 struct dentry *dentry = file->f_path.dentry; in configfs_readdir()
1591 struct dentry * dentry = file->f_path.dentry; in configfs_dir_lseek()
/linux-4.4.14/fs/
Dfile_table.c167 file->f_path = *path; in alloc_file()
188 struct dentry *dentry = file->f_path.dentry; in __fput()
189 struct vfsmount *mnt = file->f_path.mnt; in __fput()
222 file->f_path.dentry = NULL; in __fput()
223 file->f_path.mnt = NULL; in __fput()
Dopen.c173 dentry = f.file->f_path.dentry; in do_sys_ftruncate()
191 error = security_path_truncate(&f.file->f_path); in do_sys_ftruncate()
462 set_fs_pwd(current->fs, &f.file->f_path); in SYSCALL_DEFINE1()
538 err = chmod_common(&f.file->f_path, mode); in SYSCALL_DEFINE2()
664 error = chown_common(&f.file->f_path, user, group); in SYSCALL_DEFINE3()
693 path_get(&f->f_path); in do_dentry_open()
707 error = __mnt_want_write(f->f_path.mnt); in do_dentry_open()
759 __mnt_drop_write(f->f_path.mnt); in do_dentry_open()
762 path_put(&f->f_path); in do_dentry_open()
763 f->f_path.mnt = NULL; in do_dentry_open()
[all …]
Dxattr.c415 error = setxattr(f.file->f_path.dentry, name, value, size, flags); in SYSCALL_DEFINE5()
511 error = getxattr(f.file->f_path.dentry, name, value, size); in SYSCALL_DEFINE4()
592 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
659 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
Dbinfmt_misc.c640 root = dget(file->f_path.dentry->d_sb->s_root); in bm_entry_write()
669 struct super_block *sb = file->f_path.dentry->d_sb; in bm_register_write()
756 root = dget(file->f_path.dentry->d_sb->s_root); in bm_status_write()
Dutimes.c160 error = utimes_common(&f.file->f_path, times); in do_utimes()
Dfhandle.c127 mnt = mntget(f.file->f_path.mnt); in get_vfsmount_from_fd()
Dsync.c162 sb = f.file->f_path.dentry->d_sb; in SYSCALL_DEFINE1()
Dcoredump.c700 if (d_unhashed(cprm.file->f_path.dentry)) in do_coredump()
720 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
Dnamei.c2063 dentry = f.file->f_path.dentry; in path_init()
2072 nd->path = f.file->f_path; in path_init()
2725 struct path *path = &filp->f_path; in handle_truncate()
2850 file->f_path.dentry = DENTRY_NOT_SET; in atomic_open()
2851 file->f_path.mnt = nd->path.mnt; in atomic_open()
2861 if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { in atomic_open()
2865 if (file->f_path.dentry) { in atomic_open()
2867 dentry = file->f_path.dentry; in atomic_open()
2896 error = may_open(&file->f_path, acc_mode, open_flag); in atomic_open()
3087 audit_inode(nd->name, file->f_path.dentry, 0); in do_last()
[all …]
Dlibfs.c76 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open()
91 struct dentry *dentry = file->f_path.dentry; in dcache_dir_lseek()
146 struct dentry *dentry = file->f_path.dentry; in dcache_readdir()
Dstatfs.c100 error = vfs_statfs(&f.file->f_path, st); in fd_statfs()
Dnamespace.c428 return __mnt_want_write(file->f_path.mnt); in __mnt_want_write_file()
430 return mnt_clone_write(file->f_path.mnt); in __mnt_want_write_file()
444 sb_start_write(file->f_path.mnt->mnt_sb); in mnt_want_write_file()
447 sb_end_write(file->f_path.mnt->mnt_sb); in mnt_want_write_file()
484 __mnt_drop_write(file->f_path.mnt); in __mnt_drop_write_file()
489 mnt_drop_write(file->f_path.mnt); in mnt_drop_write_file()
Dexec.c141 if (path_noexec(&file->f_path)) in SYSCALL_DEFINE1()
786 if (path_noexec(&file->f_path)) in do_open_execat()
1298 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) in bprm_fill_uid()
Dstat.c83 error = vfs_getattr(&f.file->f_path, stat); in vfs_fstat()
Dseq_file.c491 return seq_path(m, &file->f_path, esc); in seq_file_path()
Deventpoll.c1235 name = epi->ffd.file->f_path.dentry->d_name.name; in ep_create_wakeup_source()
Dinode.c1736 struct dentry *dentry = file->f_path.dentry; in file_remove_privs()
Dlocks.c1604 struct dentry *dentry = filp->f_path.dentry; in generic_add_lease()
/linux-4.4.14/include/linux/
Dfsnotify.h40 struct path *path = &file->f_path; in fsnotify_perm()
196 struct path *path = &file->f_path; in fsnotify_access()
214 struct path *path = &file->f_path; in fsnotify_modify()
232 struct path *path = &file->f_path; in fsnotify_open()
248 struct path *path = &file->f_path; in fsnotify_close()
Dfs.h844 struct path f_path; member
1212 struct dentry *dentry = file->f_path.dentry; in file_dentry()
1926 touch_atime(&file->f_path); in file_accessed()
2605 return dentry_needs_remove_privs(file->f_path.dentry); in file_needs_remove_privs()
3009 file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0; in dir_emit_dot()
3014 parent_ino(file->f_path.dentry), DT_DIR) == 0; in dir_emit_dotdot()
/linux-4.4.14/arch/frv/mm/
Delf-fdpic.c103 len, filp ? filp->f_path.dentry->d_name.name : ""); in arch_get_unmapped_area()
110 len, addr, filp ? filp->f_path.dentry->d_name.name : ""); in arch_get_unmapped_area()
/linux-4.4.14/security/tomoyo/
Dtomoyo.c129 return tomoyo_check_open_permission(domain, &bprm->file->f_path, in tomoyo_bprm_check_security()
310 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl()
328 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags); in tomoyo_file_open()
343 return tomoyo_path_number_perm(TOMOYO_TYPE_IOCTL, &file->f_path, cmd); in tomoyo_file_ioctl()
Daudit.c258 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
Dutil.c961 cp = tomoyo_realpath_from_path(&exe_file->f_path); in tomoyo_get_exe()
Ddomain.c699 ee->obj.path1 = bprm->file->f_path; in tomoyo_find_next_domain()
Dcondition.c233 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()
/linux-4.4.14/fs/ocfs2/
Dfile.c103 trace_ocfs2_file_open(inode, file, file->f_path.dentry, in ocfs2_file_open()
105 file->f_path.dentry->d_name.len, in ocfs2_file_open()
106 file->f_path.dentry->d_name.name, mode); in ocfs2_file_open()
155 trace_ocfs2_file_release(inode, file, file->f_path.dentry, in ocfs2_file_release()
157 file->f_path.dentry->d_name.len, in ocfs2_file_release()
158 file->f_path.dentry->d_name.name, in ocfs2_file_release()
190 trace_ocfs2_sync_file(inode, file, file->f_path.dentry, in ocfs2_sync_file()
192 file->f_path.dentry->d_name.len, in ocfs2_sync_file()
193 file->f_path.dentry->d_name.name, in ocfs2_sync_file()
1923 if (file && should_remove_suid(file->f_path.dentry)) { in __ocfs2_change_file_space()
[all …]
Dmmap.c183 file->f_path.mnt, &lock_level); in ocfs2_mmap()
Ddir.c1960 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level); in ocfs2_readdir()
/linux-4.4.14/fs/efivarfs/
Dfile.c51 d_delete(file->f_path.dentry); in efivarfs_file_write()
52 dput(file->f_path.dentry); in efivarfs_file_write()
/linux-4.4.14/fs/overlayfs/
Dreaddir.c271 struct dentry *dentry = file->f_path.dentry; in ovl_dir_reset()
366 struct dentry *dentry = file->f_path.dentry; in ovl_iterate()
441 struct dentry *dentry = file->f_path.dentry; in ovl_dir_fsync()
483 ovl_cache_put(od, file->f_path.dentry); in ovl_dir_release()
505 type = ovl_path_real(file->f_path.dentry, &realpath); in ovl_dir_open()
/linux-4.4.14/fs/proc/
Dfd.c57 real_mount(file->f_path.mnt)->mnt_id); in seq_show()
167 *path = fd_file->f_path; in proc_fd_link()
168 path_get(&fd_file->f_path); in proc_fd_link()
Dbase.c1561 *exe_path = exe_file->f_path; in proc_exe_link()
1562 path_get(&exe_file->f_path); in proc_exe_link()
1804 struct dentry *child, *dir = file->f_path.dentry; in proc_fill_cache()
1926 *path = vma->vm_file->f_path; in proc_map_files_get_link()
2351 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_read()
2394 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_write()
Dproc_sysctl.c618 struct dentry *child, *dir = file->f_path.dentry; in proc_sys_fill_cache()
/linux-4.4.14/kernel/
Dacct.c106 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
221 internal = mnt_clone_internal(&file->f_path); in acct_on()
234 mnt = file->f_path.mnt; in acct_on()
235 file->f_path.mnt = internal; in acct_on()
Dtaskstats.c453 rc = cgroupstats_build(stats, f.file->f_path.dentry); in cgroupstats_user_cmd()
Dsys.c1671 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path)) in prctl_set_mm_exe_file()
1690 if (path_equal(&vma->vm_file->f_path, in prctl_set_mm_exe_file()
1691 &exe_file->f_path)) in prctl_set_mm_exe_file()
Dkexec_file.c47 ret = vfs_getattr(&f.file->f_path, &stat); in copy_file_from_fd()
Dauditsc.c1834 __audit_inode(NULL, file->f_path.dentry, 0); in __audit_file()
2316 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()
Daudit.c1868 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
Dmodule.c2721 err = vfs_getattr(&f.file->f_path, &stat); in copy_module_from_fd()
Dcgroup.c2692 struct super_block *sb = of->file->f_path.dentry->d_sb; in cgroup_procs_write_permission()
/linux-4.4.14/security/integrity/ima/
Dima_main.c106 *pathname = ima_d_path(&file->f_path, pathbuf); in ima_rdwr_violation_check()
234 pathname = ima_d_path(&file->f_path, &pathbuf); in process_measurement()
Dima_api.c197 const char *filename = file->f_path.dentry->d_name.name; in ima_collect_measurement()
205 *xattr_len = ima_read_xattr(file->f_path.dentry, xattr_value); in ima_collect_measurement()
Dima_appraise.c192 struct dentry *dentry = file->f_path.dentry; in ima_appraise_measurement()
292 struct dentry *dentry = file->f_path.dentry; in ima_update_xattr()
Dima_template_lib.c281 cur_filename = event_data->file->f_path.dentry->d_name.name; in ima_eventname_init_common()
/linux-4.4.14/fs/fat/
Dfile.c88 err = security_inode_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes()
93 err = fat_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes()
97 fsnotify_change(file->f_path.dentry, ia.ia_valid); in fat_ioctl_set_attributes()
/linux-4.4.14/security/apparmor/
Dlsm.c372 if (!mediated_filesystem(file->f_path.dentry)) in apparmor_file_open()
390 error = aa_path_perm(OP_OPEN, profile, &file->f_path, 0, in apparmor_file_open()
424 if (!file->f_path.mnt || in common_file_perm()
425 !mediated_filesystem(file->f_path.dentry)) in common_file_perm()
Dfile.c456 return aa_path_perm(op, profile, &file->f_path, PATH_DELEGATE_DELETED, in aa_file_perm()
Ddomain.c367 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
/linux-4.4.14/fs/nfs/
Dnfs4file.c239 if (src_file.file->f_path.mnt != dst_file->f_path.mnt || in nfs42_ioctl_clone()
Ddir.c121 if (filp->f_path.dentry == filp->f_path.mnt->mnt_root) { in nfs_opendir()
/linux-4.4.14/fs/ecryptfs/
Dfile.c55 path = ecryptfs_dentry_to_lower_path(file->f_path.dentry); in ecryptfs_read_update_atime()
186 struct dentry *ecryptfs_dentry = file->f_path.dentry; in ecryptfs_open()
Dmmap.c360 rc = ecryptfs_truncate(file->f_path.dentry, in ecryptfs_write_begin()
422 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry; in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1375 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry; in ecryptfs_read_xattr_region()
/linux-4.4.14/fs/autofs4/
Droot.c108 struct dentry *dentry = file->f_path.dentry; in autofs4_dir_open()
887 return autofs4_ask_umount(filp->f_path.mnt, p); in autofs4_root_ioctl_unlocked()
891 return autofs4_expire_run(inode->i_sb,filp->f_path.mnt,sbi, p); in autofs4_root_ioctl_unlocked()
894 return autofs4_expire_multi(inode->i_sb,filp->f_path.mnt,sbi, p); in autofs4_root_ioctl_unlocked()
Ddev-ioctl.c480 mnt = fp->f_path.mnt; in autofs_dev_ioctl_expire()
491 if (may_umount(fp->f_path.mnt)) in autofs_dev_ioctl_askumount()
/linux-4.4.14/fs/9p/
Dvfs_file.c77 fid = v9fs_fid_clone(file->f_path.dentry); in v9fs_file_open()
103 fid = v9fs_writeback_fid(file->f_path.dentry); in v9fs_file_open()
519 fid = v9fs_writeback_fid(filp->f_path.dentry); in v9fs_mmap_file_mmap()
/linux-4.4.14/fs/hfsplus/
Dioctl.c28 struct dentry *dentry = file->f_path.dentry; in hfsplus_ioctl_bless()
/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c237 cookie = fast_get_dcookie(&exe_file->f_path); in get_exec_dcookie()
264 cookie = fast_get_dcookie(&vma->vm_file->f_path); in lookup_dcookie()
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c334 app_cookie = fast_get_dcookie(&exe_file->f_path); in get_exec_dcookie_and_offset()
353 *spu_bin_dcookie = fast_get_dcookie(&vma->vm_file->f_path); in get_exec_dcookie_and_offset()
/linux-4.4.14/fs/kernfs/
Dfile.c614 struct kernfs_node *kn = file->f_path.dentry->d_fsdata; in kernfs_fop_open()
731 struct kernfs_node *kn = filp->f_path.dentry->d_fsdata; in kernfs_fop_release()
785 struct kernfs_node *kn = filp->f_path.dentry->d_fsdata; in kernfs_fop_poll()
Ddir.c1434 struct dentry *dentry = file->f_path.dentry; in kernfs_fop_readdir()
/linux-4.4.14/security/keys/
Dbig_key.c98 *path = file->f_path; in big_key_preparse()
/linux-4.4.14/include/trace/events/
Dfilelock.h110 __entry->dcount = d_count(fl->fl_file->f_path.dentry);
Dbtrfs.h409 struct dentry *dentry = file->f_path.dentry;
Dext4.h873 struct dentry *dentry = file->f_path.dentry;
/linux-4.4.14/drivers/mtd/ubi/
Ddebug.c263 struct dentry *dent = file->f_path.dentry; in dfs_file_read()
326 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
/linux-4.4.14/security/
Dcommoncap.c456 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) in get_file_caps()
459 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
Dsecurity.c774 if (!path_noexec(&file->f_path)) { in mmap_prot()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c428 spin_lock(&file->f_path.dentry->d_lock); in rpc_info_open()
429 if (!d_unhashed(file->f_path.dentry)) in rpc_info_open()
432 spin_unlock(&file->f_path.dentry->d_lock); in rpc_info_open()
435 spin_unlock(&file->f_path.dentry->d_lock); in rpc_info_open()
/linux-4.4.14/fs/ubifs/
Ddebug.c2684 struct dentry *dent = file->f_path.dentry; in dfs_file_read()
2740 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
2755 if (file->f_path.dentry == d->dfs_dump_lprops) { in dfs_file_write()
2759 if (file->f_path.dentry == d->dfs_dump_budg) { in dfs_file_write()
2763 if (file->f_path.dentry == d->dfs_dump_tnc) { in dfs_file_write()
2939 struct dentry *dent = file->f_path.dentry; in dfs_global_file_read()
2963 struct dentry *dent = file->f_path.dentry; in dfs_global_file_write()
/linux-4.4.14/fs/cifs/
Dreaddir.c303 full_path = build_path_from_dentry(file->f_path.dentry); in initiate_cifs_search()
762 cifs_prime_dcache(file->f_path.dentry, &name, &fattr); in cifs_filldir()
Dfile.c274 struct dentry *dentry = file->f_path.dentry; in cifs_new_fileinfo()
464 full_path = build_path_from_dentry(file->f_path.dentry); in cifs_open()
/linux-4.4.14/fs/nfsd/
Dnfs4recover.c193 dir = nn->rec_file->f_path.dentry; in nfsd4_create_clid_dir()
270 struct dentry *dir = nn->rec_file->f_path.dentry; in nfsd4_list_rec_dir()
324 dir = nn->rec_file->f_path.dentry; in nfsd4_unlink_clid_dir()
Dnfs4layouts.c601 argv[2] = ls->ls_file->f_path.mnt->mnt_sb->s_id; in nfsd4_cb_layout_fail()
/linux-4.4.14/fs/ceph/
Ddir.c145 struct dentry *parent = file->f_path.dentry; in __dcache_readdir()
282 ino_t ino = parent_ino(file->f_path.dentry); in ceph_readdir()
353 req->r_dentry = dget(file->f_path.dentry); in ceph_readdir()
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c287 name = dentry_name(file->f_path.dentry); in hostfs_readdir()
326 name = dentry_name(file->f_path.dentry); in hostfs_open()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c641 rc = ll_intent_file_open(file->f_path.dentry, NULL, 0, it); in ll_file_open()
1046 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime()
1480 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lump, in ll_lov_setea()
1509 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lumv1, in ll_lov_setstripe()
2086 rc = ll_setattr(file1->f_path.dentry, &llss->ia2); in ll_swap_layouts()
2094 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts()
2184 rc = ll_setattr_raw(file->f_path.dentry, attr, true); in ll_hsm_import()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_debugfs.c432 parent = file->f_path.dentry->d_parent; in drbd_single_open()
439 if (simple_positive(file->f_path.dentry) in drbd_single_open()
/linux-4.4.14/security/smack/
Dsmack_lsm.c1619 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_ioctl()
1648 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_lock()
1679 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl()
1686 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl()
1866 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_receive()
1903 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_open()
/linux-4.4.14/arch/parisc/kernel/
Dcache.c330 …lx in file %s\n", old_addr, addr, mpnt->vm_file ? (char *)mpnt->vm_file->f_path.dentry->d_name.nam… in flush_dcache_page()
/linux-4.4.14/fs/ncpfs/
Ddir.c420 struct dentry *dentry = file->f_path.dentry; in ncp_readdir()
582 struct dentry *newdent, *dentry = file->f_path.dentry; in ncp_fill_cache()
/linux-4.4.14/fs/btrfs/
Dioctl.c1639 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid()
1661 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid()
2333 struct dentry *parent = file->f_path.dentry; in btrfs_ioctl_snap_destroy()
3257 } else if (file->f_path.mnt != dst_file.file->f_path.mnt) { in btrfs_ioctl_file_extent_same()
3896 if (src_file.file->f_path.mnt != file->f_path.mnt) in btrfs_ioctl_clone()
/linux-4.4.14/security/selinux/
Dhooks.c1669 ad.u.path = file->f_path; in file_path_has_perm()
1692 ad.u.path = file->f_path; in file_has_perm()
2014 struct inode *inode = d_backing_inode(file->f_path.dentry); in selinux_binder_transfer_file()
2020 ad.u.path = file->f_path; in selinux_binder_transfer_file()
2174 int nosuid = (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID); in check_nnp_nosuid()
2258 ad.u.path = bprm->file->f_path; in selinux_bprm_set_creds()
3255 ad.u.op->path = file->f_path; in ioctl_has_perm()
Dselinuxfs.c1048 const char *name = filep->f_path.dentry->d_name.name; in sel_read_bool()
1082 const char *name = filep->f_path.dentry->d_name.name; in sel_write_bool()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c224 dir = file->f_path.dentry; in spufs_dir_close()
/linux-4.4.14/fs/ext4/
Dfile.c364 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c180 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
251 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c461 *path = f.file->f_path; in fanotify_find_path()
/linux-4.4.14/kernel/trace/
Dtrace_output.c345 ret = trace_seq_path(s, &file->f_path); in seq_print_user_ip()
/linux-4.4.14/ipc/
Dshm.c1167 path = shp->shm_file->f_path; in do_shmat()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c620 file->f_path.dentry) { in debug_open()
/linux-4.4.14/mm/
Dmmap.c1286 if (!(file && path_noexec(&file->f_path))) in do_mmap()
1355 if (path_noexec(&file->f_path)) { in do_mmap()
Dnommu.c1038 if (path_noexec(&file->f_path)) { in validate_mmap_request()
Dmemcontrol.c3954 name = cfile.file->f_path.dentry->d_name.name; in memcg_write_event_control()
3978 cfile_css = css_tryget_online_from_dir(cfile.file->f_path.dentry->d_parent, in memcg_write_event_control()
/linux-4.4.14/Documentation/filesystems/
Dporting472 f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid
/linux-4.4.14/lib/
Dvsprintf.c1601 ((const struct file *)ptr)->f_path.dentry, in pointer()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_debugfs.c1014 struct dentry *dent = file->f_path.dentry; in lpfc_debugfs_dif_err_read()
1055 struct dentry *dent = file->f_path.dentry; in lpfc_debugfs_dif_err_write()
/linux-4.4.14/drivers/block/
Dloop.c1182 error = vfs_getattr(&file->f_path, &stat); in loop_get_status()
/linux-4.4.14/fs/fuse/
Ddir.c1168 struct dentry *parent = file->f_path.dentry; in fuse_direntplus_link()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c2699 path = filp->f_path; in pfm_context_create()
/linux-4.4.14/kernel/events/
Dcore.c610 css = css_tryget_online_from_dir(f.file->f_path.dentry, in perf_cgroup_connect()