Home
last modified time | relevance | path

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

/linux-4.1.27/fs/configfs/
Dfile.c114 if ((retval = fill_read_buffer(file->f_path.dentry,buffer))) in configfs_read_file()
206 len = flush_write_buffer(file->f_path.dentry, buffer, len); in configfs_write_file()
215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm()
216 struct configfs_attribute * attr = to_attr(file->f_path.dentry); in check_perm()
289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release()
290 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.1.27/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.c171 dentry = f.file->f_path.dentry; in do_sys_ftruncate()
189 error = security_path_truncate(&f.file->f_path); in do_sys_ftruncate()
460 set_fs_pwd(current->fs, &f.file->f_path); in SYSCALL_DEFINE1()
536 err = chmod_common(&f.file->f_path, mode); in SYSCALL_DEFINE2()
662 error = chown_common(&f.file->f_path, user, group); in SYSCALL_DEFINE3()
691 path_get(&f->f_path); in do_dentry_open()
705 error = __mnt_want_write(f->f_path.mnt); in do_dentry_open()
757 __mnt_drop_write(f->f_path.mnt); in do_dentry_open()
760 path_put(&f->f_path); in do_dentry_open()
761 f->f_path.mnt = NULL; in do_dentry_open()
[all …]
Dcoredump.c145 path = d_path(&exe_file->f_path, pathbuf, PATH_MAX); in cn_print_exe_file()
696 if (d_unhashed(cprm.file->f_path.dentry)) in do_coredump()
716 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
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.c157 sb = f.file->f_path.dentry->d_sb; in SYSCALL_DEFINE1()
Dnamei.c1958 dentry = f.file->f_path.dentry; in path_init()
1967 nd->path = f.file->f_path; in path_init()
2658 struct path *path = &filp->f_path; in handle_truncate()
2783 file->f_path.dentry = DENTRY_NOT_SET; in atomic_open()
2784 file->f_path.mnt = nd->path.mnt; in atomic_open()
2794 if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { in atomic_open()
2798 if (file->f_path.dentry) { in atomic_open()
2800 dentry = file->f_path.dentry; in atomic_open()
2829 error = may_open(&file->f_path, acc_mode, open_flag); in atomic_open()
3022 audit_inode(name, file->f_path.dentry, 0); in do_last()
[all …]
Dlibfs.c81 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open()
96 struct dentry *dentry = file->f_path.dentry; in dcache_dir_lseek()
151 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.c135 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) in SYSCALL_DEFINE1()
780 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) in do_open_execat()
1292 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()
Dlocks.c1598 struct dentry *dentry = filp->f_path.dentry; in generic_add_lease()
1713 struct dentry *dentry = filp->f_path.dentry; in generic_delete_lease()
1753 struct dentry *dentry = filp->f_path.dentry; in generic_setlease()
Deventpoll.c1235 name = epi->ffd.file->f_path.dentry->d_name.name; in ep_create_wakeup_source()
Dinode.c1677 struct dentry *dentry = file->f_path.dentry; in file_remove_suid()
Dbinfmt_elf.c1533 filename = d_path(&file->f_path, name_curpos, remaining); in fill_files_note()
/linux-4.1.27/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.h834 struct path f_path; member
1901 touch_atime(&file->f_path); in file_accessed()
2974 file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0; in dir_emit_dot()
2979 parent_ino(file->f_path.dentry), DT_DIR) == 0; in dir_emit_dotdot()
/linux-4.1.27/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.1.27/security/tomoyo/
Dtomoyo.c135 return tomoyo_check_open_permission(domain, &bprm->file->f_path, in tomoyo_bprm_check_security()
316 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl()
334 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags); in tomoyo_file_open()
349 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.1.27/fs/ocfs2/
Dfile.c102 trace_ocfs2_file_open(inode, file, file->f_path.dentry, in ocfs2_file_open()
104 file->f_path.dentry->d_name.len, in ocfs2_file_open()
105 file->f_path.dentry->d_name.name, mode); in ocfs2_file_open()
151 trace_ocfs2_file_release(inode, file, file->f_path.dentry, in ocfs2_file_release()
153 file->f_path.dentry->d_name.len, in ocfs2_file_release()
154 file->f_path.dentry->d_name.name, in ocfs2_file_release()
186 trace_ocfs2_sync_file(inode, file, file->f_path.dentry, in ocfs2_sync_file()
188 file->f_path.dentry->d_name.len, in ocfs2_sync_file()
189 file->f_path.dentry->d_name.name, in ocfs2_sync_file()
1909 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.c1970 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level); in ocfs2_readdir()
/linux-4.1.27/arch/arc/kernel/
Dtroubleshoot.c70 path = exe_file->f_path; in print_task_path_n_nm()
71 path_get(&exe_file->f_path); in print_task_path_n_nm()
102 struct path *path = &file->f_path; in show_faulting_vma()
/linux-4.1.27/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.1.27/fs/nfs/
Dnfs4file.c25 struct dentry *dentry = filp->f_path.dentry; in nfs4_file_open()
53 ctx = alloc_nfs_open_context(filp->f_path.dentry, filp->f_mode); in nfs4_file_open()
Ddir.c121 if (filp->f_path.dentry == filp->f_path.mnt->mnt_root) { in nfs_opendir()
380 error = NFS_PROTO(inode)->readdir(file->f_path.dentry, cred, entry->cookie, pages, in nfs_readdir_xdr_filler()
563 nfs_prime_dcache(desc->file->f_path.dentry, entry); in nfs_readdir_page_filler()
875 struct dentry *dentry = file->f_path.dentry; in nfs_readdir()
Dinode.c910 ctx = alloc_nfs_open_context(filp->f_path.dentry, filp->f_mode); in nfs_open()
/linux-4.1.27/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.1.27/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()
Dnommu.c67 seq_path(m, &file->f_path, ""); in nommu_region_show()
Dtask_nommu.c183 seq_path(m, &file->f_path, ""); in nommu_vma_show()
Dbase.c1373 *exe_path = exe_file->f_path; in proc_exe_link()
1374 path_get(&exe_file->f_path); in proc_exe_link()
1616 struct dentry *child, *dir = file->f_path.dentry; in proc_fill_cache()
1745 *path = vma->vm_file->f_path; in proc_map_files_get_link()
2156 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_read()
2199 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_write()
Dtask_mmu.c313 seq_path(m, &file->f_path, "\n"); in show_map_vma()
1512 seq_path(m, &file->f_path, "\n\t= "); in show_numa_map()
Dproc_sysctl.c618 struct dentry *child, *dir = file->f_path.dentry; in proc_sys_fill_cache()
/linux-4.1.27/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.c1672 exe.file->f_path.mnt->mnt_flags & MNT_NOEXEC) in prctl_set_mm_exe_file()
1691 if (path_equal(&vma->vm_file->f_path, in prctl_set_mm_exe_file()
1692 &exe_file->f_path)) in prctl_set_mm_exe_file()
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.c1854 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
Dkexec.c358 ret = vfs_getattr(&f.file->f_path, &stat); in copy_file_from_fd()
Dmodule.c2566 err = vfs_getattr(&f.file->f_path, &stat); in copy_module_from_fd()
/linux-4.1.27/security/integrity/ima/
Dima_main.c106 *pathname = ima_d_path(&file->f_path, pathbuf); in ima_rdwr_violation_check()
233 pathname = ima_d_path(&file->f_path, &pathbuf); in process_measurement()
Dima_api.c198 const char *filename = file->f_path.dentry->d_name.name; in ima_collect_measurement()
206 *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.c288 cur_filename = file->f_path.dentry->d_name.name; in ima_eventname_init_common()
/linux-4.1.27/fs/fat/
Dfile.c87 err = security_inode_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes()
92 err = fat_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes()
96 fsnotify_change(file->f_path.dentry, ia.ia_valid); in fat_ioctl_set_attributes()
/linux-4.1.27/arch/tile/mm/
Delf.c59 path = d_path(&exe_file->f_path, buf, PAGE_SIZE); in notify_exec()
/linux-4.1.27/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.c1376 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry; in ecryptfs_read_xattr_region()
/linux-4.1.27/security/apparmor/
Dlsm.c382 if (!mediated_filesystem(file->f_path.dentry)) in apparmor_file_open()
400 error = aa_path_perm(OP_OPEN, profile, &file->f_path, 0, in apparmor_file_open()
434 if (!file->f_path.mnt || in common_file_perm()
435 !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.c369 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
/linux-4.1.27/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.1.27/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()
518 fid = v9fs_writeback_fid(filp->f_path.dentry); in v9fs_mmap_file_mmap()
/linux-4.1.27/fs/hfsplus/
Dioctl.c28 struct dentry *dentry = file->f_path.dentry; in hfsplus_ioctl_bless()
/linux-4.1.27/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.1.27/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.1.27/security/keys/
Dbig_key.c88 *path = file->f_path; in big_key_preparse()
/linux-4.1.27/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.c1411 struct dentry *dentry = file->f_path.dentry; in kernfs_fop_readdir()
/linux-4.1.27/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.1.27/security/
Dcommoncap.c450 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) in get_file_caps()
453 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
Dsecurity.c754 if (!(file->f_path.mnt->mnt_flags & MNT_NOEXEC)) { in mmap_prot()
/linux-4.1.27/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.1.27/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.1.27/fs/hppfs/
Dhppfs.c433 host_file = dentry_name(file->f_path.dentry, strlen("/rw")); in hppfs_open()
571 .dentry = file->f_path.dentry in hppfs_readdir()
/linux-4.1.27/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.1.27/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()
318 dir = nn->rec_file->f_path.dentry; in nfsd4_unlink_clid_dir()
Dnfs4layouts.c600 argv[2] = ls->ls_file->f_path.mnt->mnt_sb->s_id; in nfsd4_cb_layout_fail()
/linux-4.1.27/drivers/usb/gadget/function/
Dstorage_common.c344 p = d_path(&curlun->filp->f_path, buf, PAGE_SIZE - 1); in fsg_show_file()
Df_mass_storage.c2915 p = d_path(&lun->filp->f_path, pathbuf, PATH_MAX); in fsg_common_create_lun()
/linux-4.1.27/fs/ceph/
Ddir.c124 struct dentry *parent = file->f_path.dentry; in __dcache_readdir()
271 ino_t ino = parent_ino(file->f_path.dentry); in ceph_readdir()
356 req->r_dentry = dget(file->f_path.dentry); in ceph_readdir()
Dfile.c213 parent_inode = ceph_get_dentry_parent_inode(file->f_path.dentry); in ceph_open()
/linux-4.1.27/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.1.27/security/smack/
Dsmack_lsm.c1431 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_ioctl()
1460 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_lock()
1491 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl()
1498 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl()
1675 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_receive()
1712 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_open()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c643 rc = ll_intent_file_open(file->f_path.dentry, NULL, 0, it); in ll_file_open()
1055 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime()
1489 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lump, in ll_lov_setea()
1518 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lumv1, in ll_lov_setstripe()
2097 rc = ll_setattr(file1->f_path.dentry, &llss->ia2); in ll_swap_layouts()
2105 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts()
2190 rc = ll_setattr_raw(file->f_path.dentry, attr, true); in ll_hsm_import()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_debugfs.c440 parent = file->f_path.dentry->d_parent; in drbd_single_open()
447 if (debugfs_positive(file->f_path.dentry) in drbd_single_open()
/linux-4.1.27/arch/tile/kernel/
Dstack.c337 p = d_path(&vma->vm_file->f_path, buf, bufsize); in describe_addr()
/linux-4.1.27/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.1.27/fs/ext4/
Dfile.c256 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
Dsuper.c474 path = d_path(&(file->f_path), pathname, sizeof(pathname)); in __ext4_error_file()
/linux-4.1.27/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.1.27/fs/btrfs/
Dioctl.c1630 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid()
1652 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid()
2306 struct dentry *parent = file->f_path.dentry; in btrfs_ioctl_snap_destroy()
3025 } else if (file->f_path.mnt != dst_file.file->f_path.mnt) { in btrfs_ioctl_file_extent_same()
3721 if (src_file.file->f_path.mnt != file->f_path.mnt) in btrfs_ioctl_clone()
Dfile.c1872 struct dentry *dentry = file->f_path.dentry; in btrfs_sync_file()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c224 dir = file->f_path.dentry; in spufs_dir_close()
/linux-4.1.27/arch/blackfin/kernel/
Dtrace.c139 char *d_name = d_path(&file->f_path, _tmpbuf, in decode_address()
/linux-4.1.27/fs/xfs/
Dxfs_ioctl.c179 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
250 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
/linux-4.1.27/security/selinux/
Dhooks.c1645 ad.u.path = file->f_path; in file_path_has_perm()
1668 ad.u.path = file->f_path; in file_has_perm()
1967 struct inode *inode = d_backing_inode(file->f_path.dentry); in selinux_binder_transfer_file()
1973 ad.u.path = file->f_path; in selinux_binder_transfer_file()
2158 int nosuid = (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID); in check_nnp_nosuid()
2246 ad.u.path = bprm->file->f_path; in selinux_bprm_set_creds()
Dselinuxfs.c1056 const char *name = filep->f_path.dentry->d_name.name; in sel_read_bool()
1090 const char *name = filep->f_path.dentry->d_name.name; in sel_write_bool()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c461 *path = f.file->f_path; in fanotify_find_path()
/linux-4.1.27/drivers/block/
Dloop.c569 p = d_path(&lo->lo_backing_file->f_path, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
976 error = vfs_getattr(&file->f_path, &stat); in loop_get_status()
/linux-4.1.27/include/trace/events/
Dext3.h440 struct dentry *dentry = file->f_path.dentry;
Dbtrfs.h409 struct dentry *dentry = file->f_path.dentry;
Dext4.h873 struct dentry *dentry = file->f_path.dentry;
/linux-4.1.27/kernel/trace/
Dtrace_output.c345 ret = trace_seq_path(s, &file->f_path); in seq_print_user_ip()
/linux-4.1.27/drivers/md/
Dbitmap.c851 ptr = d_path(&bitmap->storage.file->f_path, in bitmap_file_kick()
1939 seq_path(seq, &bitmap->storage.file->f_path, " \t\n"); in bitmap_status()
Dmd.c5756 else if ((ptr = d_path(&mddev->bitmap_info.file->f_path, in get_bitmap_file()
/linux-4.1.27/ipc/
Dshm.c1167 path = shp->shm_file->f_path; in do_shmat()
/linux-4.1.27/arch/s390/kernel/
Ddebug.c620 file->f_path.dentry) { in debug_open()
/linux-4.1.27/mm/
Dmmap.c1272 if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC))) in do_mmap_pgoff()
1344 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) { in do_mmap_pgoff()
Dnommu.c1072 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) { in validate_mmap_request()
Dmemcontrol.c4160 name = cfile.file->f_path.dentry->d_name.name; in memcg_write_event_control()
4184 cfile_css = css_tryget_online_from_dir(cfile.file->f_path.dentry->d_parent, in memcg_write_event_control()
Dswapfile.c2035 len = seq_path(swap, &file->f_path, " \t\n\\"); in swap_show()
Dmemory.c3743 p = d_path(&f->f_path, buf, PAGE_SIZE); in print_vma_addr()
/linux-4.1.27/Documentation/filesystems/
Dporting472 f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid
/linux-4.1.27/lib/
Dvsprintf.c1598 ((const struct file *)ptr)->f_path.dentry, in pointer()
/linux-4.1.27/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.1.27/fs/fuse/
Ddir.c1168 struct dentry *parent = file->f_path.dentry; in fuse_direntplus_link()
/linux-4.1.27/kernel/events/
Dcore.c598 css = css_tryget_online_from_dir(f.file->f_path.dentry, in perf_cgroup_connect()
5850 name = d_path(&file->f_path, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c2699 path = filp->f_path; in pfm_context_create()