Home
last modified time | relevance | path

Searched defs:dentry (Results 26 – 50 of 469) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/fs/configfs/
H A Ddir.c47 static void configfs_d_iput(struct dentry * dentry, in configfs_d_iput()
245 struct dentry * dentry, void * element, in configfs_make_dirent()
262 static void configfs_remove_dirent(struct dentry *dentry) in configfs_remove_dirent()
283 static int configfs_create_dir(struct config_item *item, struct dentry *dentry, in configfs_create_dir()
363 struct dentry *dentry, char *body) in configfs_create_link()
417 struct dentry * dentry = dget(item->ci_dentry); in configfs_remove_dir() local
433 static int configfs_attach_attr(struct configfs_dirent * sd, struct dentry * dentry) in configfs_attach_attr()
460 struct dentry *dentry, in configfs_lookup()
516 static int configfs_detach_prep(struct dentry *dentry, struct dentry **wait) in configfs_detach_prep()
563 static void configfs_detach_rollback(struct dentry *dentry) in configfs_detach_rollback()
[all …]
/OK3568_Linux_fs/kernel/fs/tracefs/
H A Dinode.c55 static char *get_dname(struct dentry *dentry) in get_dname()
70 static int tracefs_syscall_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode) in tracefs_syscall_mkdir()
93 static int tracefs_syscall_rmdir(struct inode *inode, struct dentry *dentry) in tracefs_syscall_rmdir()
164 static void change_gid(struct dentry *dentry, kgid_t gid) in change_gid()
192 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in set_gid() local
402 struct dentry *dentry; in start_creating() local
438 static struct dentry *failed_creating(struct dentry *dentry) in failed_creating()
446 static struct dentry *end_creating(struct dentry *dentry) in end_creating()
482 struct dentry *dentry; in tracefs_create_file() local
513 struct dentry *dentry = start_creating(name, parent); in __create_dir() local
[all …]
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Drpc_pipe.c89 struct dentry *dentry; in rpc_timeout_upcall_queue() local
138 struct dentry *dentry; in rpc_queue_upcall() local
488 static int __rpc_create_common(struct inode *dir, struct dentry *dentry, in __rpc_create_common()
513 static int __rpc_create(struct inode *dir, struct dentry *dentry, in __rpc_create()
527 static int __rpc_mkdir(struct inode *dir, struct dentry *dentry, in __rpc_mkdir()
578 static int __rpc_mkpipe_dentry(struct inode *dir, struct dentry *dentry, in __rpc_mkpipe_dentry()
597 static int __rpc_rmdir(struct inode *dir, struct dentry *dentry) in __rpc_rmdir()
610 static int __rpc_unlink(struct inode *dir, struct dentry *dentry) in __rpc_unlink()
623 static int __rpc_rmpipe(struct inode *dir, struct dentry *dentry) in __rpc_rmpipe()
635 struct dentry *dentry = d_hash_and_lookup(parent, &q); in __rpc_lookup_create_exclusive() local
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dnamei.c35 static inline int nilfs_add_nondir(struct dentry *dentry, struct inode *inode) in nilfs_add_nondir()
54 nilfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in nilfs_lookup()
75 static int nilfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in nilfs_create()
103 nilfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) in nilfs_mknod()
127 static int nilfs_symlink(struct inode *dir, struct dentry *dentry, in nilfs_symlink()
177 struct dentry *dentry) in nilfs_link()
204 static int nilfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in nilfs_mkdir()
257 static int nilfs_do_unlink(struct inode *dir, struct dentry *dentry) in nilfs_do_unlink()
291 static int nilfs_unlink(struct inode *dir, struct dentry *dentry) in nilfs_unlink()
312 static int nilfs_rmdir(struct inode *dir, struct dentry *dentry) in nilfs_rmdir()
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Ddir.c194 static int vboxsf_dentry_revalidate(struct dentry *dentry, unsigned int flags) in vboxsf_dentry_revalidate()
212 struct dentry *dentry, in vboxsf_dir_lookup()
234 static int vboxsf_dir_instantiate(struct inode *parent, struct dentry *dentry, in vboxsf_dir_instantiate()
255 static int vboxsf_dir_create(struct inode *parent, struct dentry *dentry, in vboxsf_dir_create()
297 static int vboxsf_dir_mkfile(struct inode *parent, struct dentry *dentry, in vboxsf_dir_mkfile()
303 static int vboxsf_dir_mkdir(struct inode *parent, struct dentry *dentry, in vboxsf_dir_mkdir()
309 static int vboxsf_dir_atomic_open(struct inode *parent, struct dentry *dentry, in vboxsf_dir_atomic_open()
356 static int vboxsf_dir_unlink(struct inode *parent, struct dentry *dentry) in vboxsf_dir_unlink()
430 static int vboxsf_dir_symlink(struct inode *parent, struct dentry *dentry, in vboxsf_dir_symlink()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dnamei.c15 static inline unsigned long exfat_d_version(struct dentry *dentry) in exfat_d_version()
20 static inline void exfat_d_version_set(struct dentry *dentry, in exfat_d_version_set()
34 static int exfat_d_revalidate(struct dentry *dentry, unsigned int flags) in exfat_d_revalidate()
81 static int exfat_d_hash(const struct dentry *dentry, struct qstr *qstr) in exfat_d_hash()
102 static int exfat_d_cmp(const struct dentry *dentry, unsigned int len, in exfat_d_cmp()
135 static int exfat_utf8_d_hash(const struct dentry *dentry, struct qstr *qstr) in exfat_utf8_d_hash()
160 static int exfat_utf8_d_cmp(const struct dentry *dentry, unsigned int len, in exfat_utf8_d_cmp()
205 int i, dentry, num_empty = 0; in exfat_search_empty_slot() local
307 int dentry; in exfat_find_empty_entry() local
475 int ret, dentry, num_entries; in exfat_add_entry() local
[all …]
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Ddir.c22 static inline void hfsplus_instantiate(struct dentry *dentry, in hfsplus_instantiate()
30 static struct dentry *hfsplus_lookup(struct inode *dir, struct dentry *dentry, in hfsplus_lookup()
358 static int hfsplus_unlink(struct inode *dir, struct dentry *dentry) in hfsplus_unlink()
415 static int hfsplus_rmdir(struct inode *dir, struct dentry *dentry) in hfsplus_rmdir()
437 static int hfsplus_symlink(struct inode *dir, struct dentry *dentry, in hfsplus_symlink()
479 static int hfsplus_mknod(struct inode *dir, struct dentry *dentry, in hfsplus_mknod()
520 static int hfsplus_create(struct inode *dir, struct dentry *dentry, umode_t mode, in hfsplus_create()
526 static int hfsplus_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in hfsplus_mkdir()
/OK3568_Linux_fs/kernel/fs/
H A Dlibfs.c40 int simple_statfs(struct dentry *dentry, struct kstatfs *buf) in simple_statfs()
53 int always_delete_dentry(const struct dentry *dentry) in always_delete_dentry()
68 struct dentry *simple_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in simple_lookup()
106 struct dentry *dentry = cursor->d_parent, *found = NULL; in scan_positives() local
138 struct dentry *dentry = file->f_path.dentry; in dcache_dir_lseek() local
189 struct dentry *dentry = file->f_path.dentry; in dcache_readdir() local
267 void simple_recursive_removal(struct dentry *dentry, in simple_recursive_removal()
268 void (*callback)(struct dentry *)) in simple_recursive_removal()
393 int simple_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in simple_link()
406 int simple_empty(struct dentry *dentry) in simple_empty()
[all …]
/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
47 struct dentry *dentry, *toput = NULL; in find_acceptable_alias() local
74 static bool dentry_connected(struct dentry *dentry) in dentry_connected()
91 static void clear_disconnected(struct dentry *dentry) in clear_disconnected()
122 struct dentry *dentry, char *nbuf) in reconnect_one()
214 struct dentry *dentry, *parent; in reconnect_path() local
397 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh()
422 int (*acceptable)(void *, struct dentry *), void *context) in exportfs_decode_fh()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_appraise.c78 static int ima_fix_xattr(struct dentry *dentry, in ima_fix_xattr()
208 int ima_read_xattr(struct dentry *dentry, in ima_read_xattr()
372 struct dentry *dentry = file_dentry(file); in ima_appraise_measurement() local
478 struct dentry *dentry = file_dentry(file); in ima_update_xattr() local
507 void ima_inode_post_setattr(struct dentry *dentry) in ima_inode_post_setattr()
533 static int ima_protect_xattr(struct dentry *dentry, const char *xattr_name, in ima_protect_xattr()
562 int ima_inode_setxattr(struct dentry *dentry, const char *xattr_name, in ima_inode_setxattr()
580 int ima_inode_removexattr(struct dentry *dentry, const char *xattr_name) in ima_inode_removexattr()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dnamei.c62 static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode, in jfs_create()
195 static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode) in jfs_mkdir()
332 static int jfs_rmdir(struct inode *dip, struct dentry *dentry) in jfs_rmdir()
462 static int jfs_unlink(struct inode *dip, struct dentry *dentry) in jfs_unlink()
785 struct inode *dir, struct dentry *dentry) in jfs_link()
871 static int jfs_symlink(struct inode *dip, struct dentry *dentry, in jfs_symlink()
1347 static int jfs_mknod(struct inode *dir, struct dentry *dentry, in jfs_mknod()
1441 static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, unsigned int flags) in jfs_lookup()
1502 struct dentry *jfs_get_parent(struct dentry *dentry) in jfs_get_parent()
1554 static int jfs_ci_compare(const struct dentry *dentry, in jfs_ci_compare()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dunlink.c66 struct dentry *dentry = data->dentry; in nfs_async_unlink_release() local
117 static int nfs_call_unlink(struct dentry *dentry, struct inode *inode, struct nfs_unlinkdata *data) in nfs_call_unlink()
167 nfs_async_unlink(struct dentry *dentry, const struct qstr *name) in nfs_async_unlink()
220 nfs_complete_unlink(struct dentry *dentry, struct inode *inode) in nfs_complete_unlink()
236 nfs_cancel_async_unlink(struct dentry *dentry) in nfs_cancel_async_unlink()
393 struct dentry *dentry = data->old_dentry; in nfs_complete_sillyrename() local
431 nfs_sillyrename(struct inode *dir, struct dentry *dentry) in nfs_sillyrename()
/OK3568_Linux_fs/kernel/fs/fat/
H A Dnamei_vfat.c27 static inline unsigned long vfat_d_version(struct dentry *dentry) in vfat_d_version()
32 static inline void vfat_d_version_set(struct dentry *dentry, in vfat_d_version_set()
46 static int vfat_revalidate_shortname(struct dentry *dentry) in vfat_revalidate_shortname()
56 static int vfat_revalidate(struct dentry *dentry, unsigned int flags) in vfat_revalidate()
67 static int vfat_revalidate_ci(struct dentry *dentry, unsigned int flags) in vfat_revalidate_ci()
122 static int vfat_hash(const struct dentry *dentry, struct qstr *qstr) in vfat_hash()
134 static int vfat_hashi(const struct dentry *dentry, struct qstr *qstr) in vfat_hashi()
155 static int vfat_cmpi(const struct dentry *dentry, in vfat_cmpi()
174 static int vfat_cmp(const struct dentry *dentry, in vfat_cmp()
701 static struct dentry *vfat_lookup(struct inode *dir, struct dentry *dentry, in vfat_lookup()
[all …]
/OK3568_Linux_fs/kernel/fs/afs/
H A Ddynroot.c110 static int afs_probe_cell_name(struct dentry *dentry) in afs_probe_cell_name()
143 struct inode *afs_try_auto_mntpt(struct dentry *dentry, struct inode *dir) in afs_try_auto_mntpt()
177 static struct dentry *afs_lookup_atcell(struct dentry *dentry) in afs_lookup_atcell()
220 static struct dentry *afs_dynroot_lookup(struct inode *dir, struct dentry *dentry, in afs_dynroot_lookup()
249 static int afs_dynroot_d_revalidate(struct dentry *dentry, unsigned int flags) in afs_dynroot_d_revalidate()
260 static int afs_dynroot_d_delete(const struct dentry *dentry) in afs_dynroot_d_delete()
H A Dxattr.c37 struct dentry *dentry, in afs_xattr_get_acl()
100 struct dentry *dentry, in afs_xattr_set_acl()
138 struct dentry *dentry, in afs_xattr_get_yfs()
230 struct dentry *dentry, in afs_xattr_set_yfs()
267 struct dentry *dentry, in afs_xattr_get_cell()
294 struct dentry *dentry, in afs_xattr_get_fid()
332 struct dentry *dentry, in afs_xattr_get_volume()
H A Ddir.c560 static int afs_do_lookup_one(struct inode *dir, struct dentry *dentry, in afs_do_lookup_one()
743 static struct inode *afs_do_lookup(struct inode *dir, struct dentry *dentry, in afs_do_lookup()
876 static struct dentry *afs_lookup_atsys(struct inode *dir, struct dentry *dentry, in afs_lookup_atsys()
932 static struct dentry *afs_lookup(struct inode *dir, struct dentry *dentry, in afs_lookup()
1001 static int afs_d_revalidate_rcu(struct dentry *dentry) in afs_d_revalidate_rcu()
1043 static int afs_d_revalidate(struct dentry *dentry, unsigned int flags) in afs_d_revalidate()
1172 static int afs_d_delete(const struct dentry *dentry) in afs_d_delete()
1195 static void afs_d_iput(struct dentry *dentry, struct inode *inode) in afs_d_iput()
1205 void afs_d_release(struct dentry *dentry) in afs_d_release()
1295 static int afs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in afs_mkdir()
[all …]
/OK3568_Linux_fs/kernel/fs/autofs/
H A Dautofs_i.h53 struct dentry *dentry; member
135 static inline struct autofs_info *autofs_dentry_ino(struct dentry *dentry) in autofs_dentry_ino()
178 static inline void __managed_dentry_set_managed(struct dentry *dentry) in __managed_dentry_set_managed()
183 static inline void managed_dentry_set_managed(struct dentry *dentry) in managed_dentry_set_managed()
190 static inline void __managed_dentry_clear_managed(struct dentry *dentry) in __managed_dentry_clear_managed()
195 static inline void managed_dentry_clear_managed(struct dentry *dentry) in managed_dentry_clear_managed()
238 static inline void __autofs_add_expiring(struct dentry *dentry) in __autofs_add_expiring()
249 static inline void autofs_add_expiring(struct dentry *dentry) in autofs_add_expiring()
262 static inline void autofs_del_expiring(struct dentry *dentry) in autofs_del_expiring()
H A Dexpire.c11 static inline int autofs_can_expire(struct dentry *dentry, in autofs_can_expire()
30 struct dentry *dentry, unsigned int how) in autofs_mount_busy()
321 static struct dentry *should_expire(struct dentry *dentry, in should_expire()
427 struct dentry *dentry; in autofs_expire_indirect() local
491 struct dentry *dentry = path->dentry; in autofs_expire_wait() local
543 struct dentry *dentry; in autofs_expire_run() local
578 struct dentry *dentry; in autofs_do_expire_multi() local
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnamei.c330 static int f2fs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in f2fs_create()
382 struct dentry *dentry) in f2fs_link()
494 static struct dentry *f2fs_lookup(struct inode *dir, struct dentry *dentry, in f2fs_lookup()
582 static int f2fs_unlink(struct inode *dir, struct dentry *dentry) in f2fs_unlink()
640 static const char *f2fs_get_link(struct dentry *dentry, in f2fs_get_link()
655 static int f2fs_symlink(struct inode *dir, struct dentry *dentry, in f2fs_symlink()
735 static int f2fs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_mkdir()
780 static int f2fs_rmdir(struct inode *dir, struct dentry *dentry) in f2fs_rmdir()
789 static int f2fs_mknod(struct inode *dir, struct dentry *dentry, in f2fs_mknod()
832 static int __f2fs_tmpfile(struct inode *dir, struct dentry *dentry, in __f2fs_tmpfile()
[all …]
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c332 int ovl_set_origin(struct dentry *dentry, struct dentry *lower, in ovl_set_origin()
381 static int ovl_create_index(struct dentry *dentry, struct dentry *origin, in ovl_create_index()
437 struct dentry *dentry; member
552 static int ovl_prep_cu_creds(struct dentry *dentry, struct ovl_cu_creds *cc) in ovl_prep_cu_creds()
773 static bool ovl_need_meta_copy_up(struct dentry *dentry, umode_t mode, in ovl_need_meta_copy_up()
790 static ssize_t ovl_getxattr(struct dentry *dentry, char *name, char **value) in ovl_getxattr()
864 static int ovl_copy_up_one(struct dentry *parent, struct dentry *dentry, in ovl_copy_up_one()
928 static int ovl_copy_up_flags(struct dentry *dentry, int flags) in ovl_copy_up_flags()
972 static bool ovl_open_need_copy_up(struct dentry *dentry, int flags) in ovl_open_need_copy_up()
987 int ovl_maybe_copy_up(struct dentry *dentry, int flags) in ovl_maybe_copy_up()
[all …]
H A Dnamei.c28 static int ovl_check_redirect(struct dentry *dentry, struct ovl_lookup_data *d, in ovl_check_redirect()
64 static int ovl_acceptable(void *ctx, struct dentry *dentry) in ovl_acceptable()
108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh()
192 static bool ovl_is_opaquedir(struct super_block *sb, struct dentry *dentry) in ovl_is_opaquedir()
306 struct dentry *dentry = NULL; in ovl_lookup_layer() local
419 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
446 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
778 int ovl_path_next(int idx, struct dentry *dentry, struct path *path) in ovl_path_next()
797 static int ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, in ovl_fix_origin()
817 struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, in ovl_lookup()
[all …]
H A Doverlayfs.h122 static inline int ovl_do_rmdir(struct inode *dir, struct dentry *dentry) in ovl_do_rmdir()
130 static inline int ovl_do_unlink(struct inode *dir, struct dentry *dentry) in ovl_do_unlink()
147 static inline int ovl_do_create(struct inode *dir, struct dentry *dentry, in ovl_do_create()
156 static inline int ovl_do_mkdir(struct inode *dir, struct dentry *dentry, in ovl_do_mkdir()
164 static inline int ovl_do_mknod(struct inode *dir, struct dentry *dentry, in ovl_do_mknod()
173 static inline int ovl_do_symlink(struct inode *dir, struct dentry *dentry, in ovl_do_symlink()
182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr()
192 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr()
203 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr()
227 static inline int ovl_do_whiteout(struct inode *dir, struct dentry *dentry) in ovl_do_whiteout()
[all …]
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinderfs.c108 struct dentry *dentry, *root; in binderfs_binder_device_create() local
351 static inline bool is_binderfs_control_device(const struct dentry *dentry) in is_binderfs_control_device()
369 static int binderfs_unlink(struct inode *dir, struct dentry *dentry) in binderfs_unlink()
397 struct dentry *dentry; in binderfs_binder_ctl_create() local
486 struct dentry *dentry; in binderfs_create_dentry() local
501 void binderfs_remove_file(struct dentry *dentry) in binderfs_remove_file()
520 struct dentry *dentry; in binderfs_create_file() local
552 struct dentry *dentry; in binderfs_create_dir() local
586 struct dentry *binder_logs_root_dir, *dentry, *proc_log_dir; in init_binder_logs() local
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dnamei.c19 struct dentry *dentry, in orangefs_create()
104 static struct dentry *orangefs_lookup(struct inode *dir, struct dentry *dentry, in orangefs_lookup()
172 static int orangefs_unlink(struct inode *dir, struct dentry *dentry) in orangefs_unlink()
219 struct dentry *dentry, in orangefs_symlink()
306 static int orangefs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in orangefs_mkdir()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dfd.c141 static int tid_fd_revalidate(struct dentry *dentry, unsigned int flags) in tid_fd_revalidate()
171 static int proc_fd_link(struct dentry *dentry, struct path *path) in proc_fd_link()
206 static struct dentry *proc_fd_instantiate(struct dentry *dentry, in proc_fd_instantiate()
231 struct dentry *dentry, in proc_lookupfd_common()
311 static struct dentry *proc_lookupfd(struct inode *dir, struct dentry *dentry, in proc_lookupfd()
345 static struct dentry *proc_fdinfo_instantiate(struct dentry *dentry, in proc_fdinfo_instantiate()
367 proc_lookupfdinfo(struct inode *dir, struct dentry *dentry, unsigned int flags) in proc_lookupfdinfo()

12345678910>>...19