Searched refs:dentry (Results 101 - 125 of 1771) sorted by relevance

1234567891011>>

/linux-master/fs/reiserfs/
H A Dxattr_user.c11 user_get(const struct xattr_handler *handler, struct dentry *unused,
22 struct dentry *unused,
33 static bool user_list(struct dentry *dentry) argument
35 return reiserfs_xattrs_user(dentry->d_sb);
/linux-master/fs/ext4/
H A Dxattr_user.c16 ext4_xattr_user_list(struct dentry *dentry) argument
18 return test_opt(dentry->d_sb, XATTR_USER);
23 struct dentry *unused, struct inode *inode,
35 struct dentry *unused, struct inode *inode,
H A Dxattr_hurd.c16 ext4_xattr_hurd_list(struct dentry *dentry) argument
18 return test_opt(dentry->d_sb, XATTR_USER);
23 struct dentry *unused, struct inode *inode,
36 struct dentry *unused, struct inode *inode,
/linux-master/fs/ext2/
H A Dxattr_user.c15 ext2_xattr_user_list(struct dentry *dentry) argument
17 return test_opt(dentry->d_sb, XATTR_USER);
22 struct dentry *unused, struct inode *inode,
34 struct dentry *unused, struct inode *inode,
/linux-master/drivers/android/
H A Dbinderfs.c106 * and attach a dentry to that inode.
115 struct dentry *dentry, *root; local
188 dentry = lookup_one_len(name, root, name_len);
189 if (IS_ERR(dentry)) {
191 ret = PTR_ERR(dentry);
195 if (d_really_is_positive(dentry)) {
197 dput(dentry);
204 d_instantiate(dentry, inode);
205 fsnotify_create(root->d_inode, dentry);
346 is_binderfs_control_device(const struct dentry *dentry) argument
366 binderfs_unlink(struct inode *dir, struct dentry *dentry) argument
394 struct dentry *dentry; local
483 struct dentry *dentry; local
498 binderfs_remove_file(struct dentry *dentry) argument
517 struct dentry *dentry; local
549 struct dentry *dentry; local
593 struct dentry *dentry, *dir; local
616 struct dentry *binder_logs_root_dir, *dentry, *proc_log_dir; local
[all...]
/linux-master/security/
H A Dinode.c77 * securityfs_create_dentry - create a dentry in the securityfs filesystem
81 * @parent: a pointer to the parent dentry for this file. This should be a
82 * directory dentry if set. If this parameter is %NULL, then the
98 * This function returns a pointer to a dentry if it succeeds. This
107 static struct dentry *securityfs_create_dentry(const char *name, umode_t mode,
108 struct dentry *parent, void *data,
112 struct dentry *dentry; local
131 dentry = lookup_one_len(name, parent, strlen(name));
132 if (IS_ERR(dentry))
295 securityfs_remove(struct dentry *dentry) argument
[all...]
/linux-master/drivers/opp/
H A Ddebugfs.c20 static struct dentry *rootdir;
33 debugfs_remove_recursive(opp->dentry);
58 struct dentry *pdentry)
60 struct dentry *d;
81 struct dentry *pdentry)
99 struct dentry *pdentry)
101 struct dentry *d;
131 struct dentry *pdentry = opp_table->dentry;
132 struct dentry *
220 struct dentry *dentry; local
[all...]
/linux-master/fs/
H A Dd_path.c39 * of a dentry name and length. And because we don't hold any
104 static int __prepend_path(const struct dentry *dentry, const struct mount *mnt, argument
107 while (dentry != root->dentry || &mnt->mnt != root->mnt) {
108 const struct dentry *parent = READ_ONCE(dentry->d_parent);
110 if (dentry == mnt->mnt.mnt_root) {
115 dentry = READ_ONCE(mnt->mnt_mountpoint);
128 if (unlikely(dentry
318 simple_dname(struct dentry *dentry, char *buffer, int buflen) argument
333 const struct dentry *dentry; local
362 dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) argument
371 dentry_path(const struct dentry *dentry, char *buf, int buflen) argument
[all...]
H A Dinternal.h86 int show_path(struct seq_file *m, struct dentry *root);
198 int dentry_needs_remove_privs(struct mnt_idmap *, struct dentry *dentry);
211 extern int d_set_mounted(struct dentry *dentry);
213 extern struct dentry *d_alloc_cursor(struct dentry *);
214 extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *);
215 extern char *simple_dname(struct dentry *, char *, int);
216 extern void dput_to_list(struct dentry *, struc
292 do_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name, const void *kvalue, size_t size) argument
298 do_get_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name, void *kvalue, size_t size) argument
[all...]
H A Dlibfs.c36 struct inode *inode = d_inode(path->dentry);
43 int simple_statfs(struct dentry *dentry, struct kstatfs *buf) argument
45 u64 id = huge_encode_dev(dentry->d_sb->s_dev);
48 buf->f_type = dentry->d_sb->s_magic;
59 int always_delete_dentry(const struct dentry *dentry) argument
71 * Lookup the data. This is trivial - if the dentry didn't already
74 struct dentry *simple_lookup(struct inode *dir, struct dentry *dentr argument
112 struct dentry *dentry = cursor->d_parent, *found = NULL; local
147 struct dentry *dentry = file->f_path.dentry; local
191 struct dentry *dentry = file->f_path.dentry; local
249 offset_set(struct dentry *dentry, long offset) argument
254 dentry2offset(struct dentry *dentry) argument
281 simple_offset_add(struct offset_ctx *octx, struct dentry *dentry) argument
304 simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) argument
322 simple_offset_empty(struct dentry *dentry) argument
458 offset_dir_emit(struct dir_context *ctx, struct dentry *dentry) argument
470 struct dentry *dentry; local
555 simple_recursive_removal(struct dentry *dentry, void (*callback)(struct dentry *)) argument
681 simple_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
695 simple_empty(struct dentry *dentry) argument
716 simple_unlink(struct inode *dir, struct dentry *dentry) argument
728 simple_rmdir(struct inode *dir, struct dentry *dentry) argument
832 simple_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *iattr) argument
955 struct dentry *dentry; local
1639 simple_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
1654 empty_dir_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
1668 empty_dir_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) argument
1674 empty_dir_listxattr(struct dentry *dentry, char *list, size_t size) argument
1739 generic_ci_d_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
1791 generic_ci_d_hash(const struct dentry *dentry, struct qstr *str) argument
1992 struct dentry *dentry; local
2007 struct dentry *dentry; local
2046 stash_dentry(struct dentry **stashed, struct dentry *dentry) argument
2088 struct dentry *dentry; local
2115 stashed_dentry_prune(struct dentry *dentry) argument
[all...]
/linux-master/fs/nfs/
H A Dnamespace.c33 * nfs_path - reconstruct the path given an arbitrary dentry
35 * @dentry_in - pointer to dentry
41 * by arbitrary hashed dentry.
52 char *nfs_path(char **p, struct dentry *dentry_in, char *buffer,
59 struct dentry *dentry; local
64 dentry = dentry_in;
72 spin_lock(&dentry->d_lock);
73 if (IS_ROOT(dentry))
75 namelen = dentry
224 nfs_namespace_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) argument
266 struct dentry *dentry = ctx->clone_data.dentry; local
306 struct dentry *dentry = ctx->clone_data.dentry; local
[all...]
/linux-master/net/sunrpc/
H A Drpc_pipe.c89 struct dentry *dentry; local
97 dentry = dget(pipe->dentry);
99 rpc_purge_list(dentry ? &RPC_I(d_inode(dentry))->waitq : NULL,
101 dput(dentry);
138 struct dentry *dentry; local
154 dentry
488 __rpc_create_common(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private) argument
513 __rpc_create(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private) argument
527 __rpc_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private) argument
578 __rpc_mkpipe_dentry(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private, struct rpc_pipe *pipe) argument
597 __rpc_rmdir(struct inode *dir, struct dentry *dentry) argument
610 __rpc_unlink(struct inode *dir, struct dentry *dentry) argument
623 __rpc_rmpipe(struct inode *dir, struct dentry *dentry) argument
635 struct dentry *dentry = d_hash_and_lookup(parent, &q); local
655 struct dentry *dentry; local
699 struct dentry *dentry; local
740 struct dentry *dentry; local
766 rpc_rmdir_depopulate(struct dentry *dentry, void (*depopulate)(struct dentry *)) argument
806 struct dentry *dentry; local
845 rpc_unlink(struct dentry *dentry) argument
1027 rpc_clntdir_populate(struct dentry *dentry, void *private) argument
1034 rpc_clntdir_depopulate(struct dentry *dentry) argument
1050 rpc_create_client_dir(struct dentry *dentry, const char *name, struct rpc_clnt *rpc_client) argument
1071 struct dentry *dentry = rpc_client->cl_pipedir_objects.pdh_dentry; local
1098 rpc_cachedir_populate(struct dentry *dentry, void *private) argument
1105 rpc_cachedir_depopulate(struct dentry *dentry) argument
1117 rpc_remove_cache_dir(struct dentry *dentry) argument
[all...]
/linux-master/fs/afs/
H A Ddir_silly.c27 struct afs_vnode *vnode = AFS_FS_I(d_inode(op->dentry));
28 struct dentry *old = op->dentry;
29 struct dentry *new = op->dentry_2;
61 struct dentry *old, struct dentry *new,
81 op->dentry = old;
90 * Perform silly-rename of a dentry.
101 struct dentry *dentry, struc
100 afs_sillyrename(struct afs_vnode *dvnode, struct afs_vnode *vnode, struct dentry *dentry, struct key *key) argument
192 afs_do_silly_unlink(struct afs_vnode *dvnode, struct afs_vnode *vnode, struct dentry *dentry, struct key *key) argument
235 afs_silly_iput(struct dentry *dentry, struct inode *inode) argument
[all...]
/linux-master/fs/ceph/
H A Ddir.c26 * or dentry operations (a single path component relative to an ino). The
34 static int __dir_lease_try_check(const struct dentry *dentry);
37 * Initialize ceph dentry state.
39 static int ceph_d_init(struct dentry *dentry) argument
42 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(dentry->d_sb);
48 di->dentry = dentry;
51 dentry
136 struct dentry *dentry; local
193 struct dentry *dentry, *last = NULL; local
345 struct dentry *dentry = file->f_path.dentry; local
723 ceph_handle_snapdir(struct ceph_mds_request *req, struct dentry *dentry) argument
757 ceph_finish_lookup(struct ceph_mds_request *req, struct dentry *dentry, int err) argument
786 is_root_ceph_dentry(struct inode *inode, struct dentry *dentry) argument
796 ceph_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
889 ceph_handle_notrace_create(struct inode *dir, struct dentry *dentry) argument
912 ceph_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
979 ceph_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
1022 ceph_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *dest) argument
1096 ceph_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
1180 ceph_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1239 struct dentry *dentry = req->r_dentry; local
1292 get_caps_for_async_unlink(struct inode *dir, struct dentry *dentry) argument
1331 ceph_unlink(struct inode *dir, struct dentry *dentry) argument
1604 struct dentry *dentry, *last = NULL; local
1689 __dentry_lease_check(const struct dentry *dentry) argument
1704 __dir_lease_check(const struct dentry *dentry, struct ceph_lease_walk_control *lwc) argument
1765 ceph_invalidate_dentry_lease(struct dentry *dentry) argument
1804 dentry_lease_is_valid(struct dentry *dentry, unsigned int flags) argument
1849 __dir_lease_try_check(const struct dentry *dentry) argument
1881 dir_lease_is_valid(struct inode *dir, struct dentry *dentry, struct ceph_mds_client *mdsc) argument
1916 ceph_d_revalidate(struct dentry *dentry, unsigned int flags) argument
2025 ceph_d_delete(const struct dentry *dentry) argument
2048 ceph_d_release(struct dentry *dentry) argument
2072 ceph_d_prune(struct dentry *dentry) argument
[all...]
/linux-master/fs/proc/
H A Dnamespaces.c42 static const char *proc_ns_get_link(struct dentry *dentry, argument
51 if (!dentry)
71 static int proc_ns_readlink(struct dentry *dentry, char __user *buffer, int buflen) argument
73 struct inode *inode = d_inode(dentry);
98 static struct dentry *proc_ns_instantiate(struct dentry *dentry, argument
105 inode = proc_pid_make_inode(dentry
151 proc_ns_dir_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
[all...]
/linux-master/fs/overlayfs/
H A Dcopy_up.c48 struct dentry *dentry, const char *acl_name)
69 err = ovl_do_set_acl(ofs, dentry, acl_name, clone);
76 int ovl_copy_xattr(struct super_block *sb, const struct path *oldpath, struct dentry *new)
78 struct dentry *old = oldpath->dentry;
185 old->dentry, err);
196 err = ovl_set_protattr(inode, new->dentry, &oldfa);
218 new->dentry, err);
246 static int ovl_copy_up_file(struct ovl_fs *ofs, struct dentry *dentr argument
47 ovl_copy_acl(struct ovl_fs *ofs, const struct path *path, struct dentry *dentry, const char *acl_name) argument
507 ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh, struct dentry *upper) argument
564 struct dentry *dentry; member in struct:ovl_copy_up_ctx
712 ovl_prep_cu_creds(struct dentry *dentry, struct ovl_cu_creds *cc) argument
1010 ovl_need_meta_copy_up(struct dentry *dentry, umode_t mode, int flags) argument
1113 ovl_copy_up_one(struct dentry *parent, struct dentry *dentry, int flags) argument
1180 ovl_copy_up_flags(struct dentry *dentry, int flags) argument
1233 ovl_open_need_copy_up(struct dentry *dentry, int flags) argument
1248 ovl_maybe_copy_up(struct dentry *dentry, int flags) argument
1256 ovl_copy_up_with_data(struct dentry *dentry) argument
1261 ovl_copy_up(struct dentry *dentry) argument
[all...]
H A Dnamei.c72 static int ovl_acceptable(void *ctx, struct dentry *dentry) argument
78 if (!d_is_dir(dentry))
82 if (d_unhashed(dentry))
86 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root);
116 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry,
161 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
164 struct dentry *real;
205 static struct dentry *ovl_lookup_positive_unlocked(struct ovl_lookup_data *d,
207 struct dentry *bas
329 struct dentry *dentry = NULL; local
365 ovl_lookup_data_layer(struct dentry *dentry, const char *redirect, const struct ovl_layer *layer, struct path *datapath) argument
398 ovl_lookup_data_layers(struct dentry *dentry, const char *redirect, struct ovl_path *lowerdata) argument
497 ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const struct ovl_fh *fh) argument
516 ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const struct ovl_fh *fh, bool is_upper, bool set) argument
537 ovl_verify_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, struct dentry *real, bool is_upper, bool set) argument
871 ovl_path_next(int idx, struct dentry *dentry, struct path *path, const struct ovl_layer **layer) argument
895 ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, struct dentry *lower, struct dentry *upper) argument
922 ovl_maybe_validate_verity(struct dentry *dentry) argument
973 ovl_maybe_lookup_lowerdata(struct dentry *dentry) argument
1018 ovl_verify_lowerdata(struct dentry *dentry) argument
1029 ovl_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
1373 ovl_lower_positive(struct dentry *dentry) argument
[all...]
H A Dinode.c22 int ovl_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
26 struct ovl_fs *ofs = OVL_FS(dentry->d_sb);
28 struct dentry *upperdentry;
31 err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
41 err = ovl_copy_up(dentry);
43 err = ovl_copy_up_with_data(dentry);
47 upperdentry = ovl_dentry_upper(dentry);
77 err = ovl_want_write(dentry);
82 old_cred = ovl_override_creds(dentry
98 ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid) argument
160 struct dentry *dentry = path->dentry; local
326 ovl_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
479 ovl_set_or_remove_acl(struct dentry *dentry, struct inode *inode, struct posix_acl *acl, int type) argument
536 ovl_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, struct posix_acl *acl, int type) argument
647 ovl_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
725 ovl_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
970 ovl_set_nlink_common(struct dentry *dentry, struct dentry *realdentry, const char *format) argument
988 ovl_set_nlink_upper(struct dentry *dentry) argument
993 ovl_set_nlink_lower(struct dentry *dentry) argument
[all...]
/linux-master/fs/ufs/
H A Dnamei.c38 static inline int ufs_add_nondir(struct dentry *dentry, struct inode *inode) argument
40 int err = ufs_add_link(dentry, inode);
42 d_instantiate_new(dentry, inode);
50 static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) argument
55 if (dentry->d_name.len > UFS_MAXNAMLEN)
58 ino = ufs_inode_by_name(dir, &dentry->d_name);
61 return d_splice_alias(inode, dentry);
72 ufs_create(struct mnt_idmap * idmap, struct inode * dir, struct dentry * dentry, umode_t mode, bool excl) argument
89 ufs_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
109 ufs_symlink(struct mnt_idmap * idmap, struct inode * dir, struct dentry * dentry, const char * symname) argument
150 ufs_link(struct dentry * old_dentry, struct inode * dir, struct dentry *dentry) argument
169 ufs_mkdir(struct mnt_idmap * idmap, struct inode * dir, struct dentry * dentry, umode_t mode) argument
208 ufs_unlink(struct inode *dir, struct dentry *dentry) argument
230 ufs_rmdir(struct inode * dir, struct dentry *dentry) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfsfh.c28 static int nfsd_acceptable(void *expv, struct dentry *dentry) argument
32 struct dentry *tdentry;
33 struct dentry *parent;
38 tdentry = dget(dentry);
39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) {
52 if (tdentry != exp->ex_path.dentry)
54 rv = (tdentry == exp->ex_path.dentry);
65 nfsd_mode_check(struct svc_rqst *rqstp, struct dentry *dentry, argument
119 check_pseudo_root(struct svc_rqst *rqstp, struct dentry *dentry, struct svc_export *exp) argument
159 struct dentry *dentry; local
332 struct dentry *dentry; local
411 _fh_update(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry) argument
521 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) argument
589 struct dentry *dentry; local
700 struct dentry * dentry = fhp->fh_dentry; local
[all...]
/linux-master/fs/tracefs/
H A Devent_inode.c28 * eventfs_mutex protects the eventfs_inode (ei) dentry. Any access
29 * to the ei->dentry must be done under this mutex and after checking
30 * if ei->is_freed is not set. When ei->is_freed is set, the dentry
40 struct dentry *events_dir;
80 * form 'dentry->d_fsdata'. There are also references from
81 * directory inodes ('ti->private'), but the dentry reference
122 static struct dentry *eventfs_root_lookup(struct inode *dir,
123 struct dentry *dentry,
146 static int eventfs_set_attr(struct mnt_idmap *idmap, struct dentry *dentr argument
252 struct dentry *dentry = path->dentry; local
286 eventfs_find_events(struct dentry *dentry) argument
312 update_inode_attr(struct dentry *dentry, struct inode *inode, struct eventfs_attr *attr, umode_t mode) argument
350 lookup_file(struct eventfs_inode *parent_ei, struct dentry *dentry, umode_t mode, struct eventfs_attr *attr, void *data, const struct file_operations *fop) argument
399 lookup_dir_entry(struct dentry *dentry, struct eventfs_inode *pei, struct eventfs_inode *ei) argument
476 eventfs_d_release(struct dentry *dentry) argument
499 lookup_file_dentry(struct dentry *dentry, struct eventfs_inode *ei, int idx, umode_t mode, void *data, const struct file_operations *fops) argument
522 eventfs_root_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
759 struct dentry *dentry = tracefs_start_creating(name, parent); local
898 struct dentry *dentry; local
[all...]
/linux-master/drivers/base/
H A Ddevtmpfs.c66 static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags,
161 struct dentry *dentry; local
165 dentry = kern_path_create(AT_FDCWD, name, &path, LOOKUP_DIRECTORY);
166 if (IS_ERR(dentry))
167 return PTR_ERR(dentry);
169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode);
172 d_inode(dentry)->i_private = &thread;
173 done_path_create(&path, dentry);
207 struct dentry *dentry; local
242 struct dentry *dentry; local
312 struct dentry *dentry; local
[all...]
/linux-master/fs/affs/
H A Dnamei.c43 * Note: the dentry argument is the parent dentry.
46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t fn, bool notruncate) argument
57 hash = init_name_hash(dentry);
67 affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr) argument
69 return __affs_hash_dentry(dentry, qstr, affs_toupper,
70 affs_nofilenametruncate(dentry));
75 affs_intl_hash_dentry(const struct dentry *dentr argument
116 affs_compare_dentry(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
125 affs_intl_compare_dentry(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t fn) argument
170 affs_find_entry(struct inode *dir, struct dentry *dentry) argument
199 affs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
236 affs_unlink(struct inode *dir, struct dentry *dentry) argument
245 affs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
277 affs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
307 affs_rmdir(struct inode *dir, struct dentry *dentry) argument
316 affs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
394 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c67 struct dentry *dentry; local
70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY);
71 ret = PTR_ERR(dentry);
72 if (!IS_ERR(dentry)) {
73 ret = spufs_create(&path, dentry, flags, mode, neighbor);
74 done_path_create(&path, dentry);
/linux-master/fs/hfsplus/
H A Dioctl.c29 struct dentry *dentry = file->f_path.dentry; local
30 struct inode *inode = d_inode(dentry);
34 u32 cnid = (unsigned long)dentry->d_fsdata;
43 cpu_to_be32(parent_ino(dentry));
54 cpu_to_be32(parent_ino(dentry));

Completed in 274 milliseconds

1234567891011>>