Searched refs:dentry (Results 126 - 150 of 1771) sorted by relevance

1234567891011>>

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.h10 struct dentry;
42 struct dentry *base_dir;
43 struct dentry *status;
44 struct dentry *cfg;
45 struct dentry *sent;
46 struct dentry *failed;
48 struct dentry *inject_error;
/linux-master/fs/ocfs2/
H A Dnamei.h18 struct dentry *ocfs2_get_parent(struct dentry *child);
36 struct dentry *new_dentry);
/linux-master/fs/cachefiles/
H A Dxattr.c42 struct dentry *dentry; local
49 dentry = file->f_path.dentry;
68 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache,
97 struct dentry *dentry = file->f_path.dentry; local
111 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen);
147 struct dentry *dentr
145 cachefiles_remove_object_xattr(struct cachefiles_cache *cache, struct cachefiles_object *object, struct dentry *dentry) argument
196 struct dentry *dentry = volume->dentry; local
236 struct dentry *dentry = volume->dentry; local
[all...]
/linux-master/fs/nfs/
H A Dnfs3_fs.h15 extern int nfs3_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
19 extern ssize_t nfs3_listxattr(struct dentry *, char *, size_t);
/linux-master/fs/nfs/blocklayout/
H A Drpc_pipefs.c144 static struct dentry *nfs4blocklayout_register_sb(struct super_block *sb,
147 struct dentry *dir, *dentry; local
152 dentry = rpc_mkpipe_dentry(dir, "blocklayout", NULL, pipe);
154 return dentry;
160 if (pipe->dentry)
161 rpc_unlink(pipe->dentry);
170 struct dentry *dentry; local
183 dentry
210 struct dentry *dentry; local
235 struct dentry *dentry; local
[all...]
/linux-master/fs/btrfs/
H A Dxattr.h9 struct dentry;
23 ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size);
H A Dacl.h13 struct dentry;
16 int btrfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
/linux-master/include/linux/
H A Dposix_acl.h72 int set_posix_acl(struct mnt_idmap *, struct dentry *, int,
79 int posix_acl_chmod(struct mnt_idmap *, struct dentry *, umode_t);
85 int simple_set_acl(struct mnt_idmap *, struct dentry *,
103 int vfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
106 struct dentry *dentry, const char *acl_name);
107 int vfs_remove_acl(struct mnt_idmap *idmap, struct dentry *dentry,
113 struct dentry *dentr
112 posix_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry, umode_t mode) argument
139 vfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, struct posix_acl *acl) argument
146 vfs_get_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name) argument
153 vfs_remove_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name) argument
[all...]
H A Dsecurity.h47 struct dentry;
160 int cap_inode_setxattr(struct dentry *dentry, const char *name,
163 struct dentry *dentry, const char *name);
164 int cap_inode_need_killpriv(struct dentry *dentry);
165 int cap_inode_killpriv(struct mnt_idmap *idmap, struct dentry *dentry);
294 int security_quota_on(struct dentry *dentr
619 security_quota_on(struct dentry *dentry) argument
721 security_sb_statfs(struct dentry *dentry) argument
780 security_dentry_init_security(struct dentry *dentry, int mode, const struct qstr *name, const char **xattr_name, void **ctx, u32 *ctxlen) argument
790 security_dentry_create_files_as(struct dentry *dentry, int mode, struct qstr *name, const struct cred *old, struct cred *new) argument
815 security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode) argument
833 security_inode_unlink(struct inode *dir, struct dentry *dentry) argument
839 security_inode_symlink(struct inode *dir, struct dentry *dentry, const char *old_name) argument
846 security_inode_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
853 security_inode_rmdir(struct inode *dir, struct dentry *dentry) argument
859 security_inode_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) argument
875 security_inode_readlink(struct dentry *dentry) argument
880 security_inode_follow_link(struct dentry *dentry, struct inode *inode, bool rcu) argument
892 security_inode_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) argument
900 security_inode_post_setattr(struct mnt_idmap *idmap, struct dentry *dentry, int ia_valid) argument
909 security_inode_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
916 security_inode_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name, struct posix_acl *kacl) argument
924 security_inode_post_set_acl(struct dentry *dentry, const char *acl_name, struct posix_acl *kacl) argument
929 security_inode_get_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name) argument
936 security_inode_remove_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name) argument
943 security_inode_post_remove_acl(struct mnt_idmap *idmap, struct dentry *dentry, const char *acl_name) argument
948 security_inode_post_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
952 security_inode_getxattr(struct dentry *dentry, const char *name) argument
958 security_inode_listxattr(struct dentry *dentry) argument
963 security_inode_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name) argument
970 security_inode_post_removexattr(struct dentry *dentry, const char *name) argument
974 security_inode_need_killpriv(struct dentry *dentry) argument
979 security_inode_killpriv(struct mnt_idmap *idmap, struct dentry *dentry) argument
1404 security_d_instantiate(struct dentry *dentry, struct inode *inode) argument
1468 security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) argument
1931 security_path_unlink(const struct path *dir, struct dentry *dentry) argument
1936 security_path_mkdir(const struct path *dir, struct dentry *dentry, umode_t mode) argument
1942 security_path_rmdir(const struct path *dir, struct dentry *dentry) argument
1947 security_path_mknod(const struct path *dir, struct dentry *dentry, umode_t mode, unsigned int dev) argument
1953 security_path_post_mknod(struct mnt_idmap *idmap, struct dentry *dentry) argument
1962 security_path_symlink(const struct path *dir, struct dentry *dentry, const char *old_name) argument
2118 securityfs_remove(struct dentry *dentry) argument
[all...]
H A Dfscrypt.h195 int fscrypt_d_revalidate(struct dentry *dentry, unsigned int flags);
233 static inline void fscrypt_handle_d_move(struct dentry *dentry) argument
239 if (dentry->d_flags & DCACHE_NOKEY_NAME) {
240 dentry->d_flags &= ~DCACHE_NOKEY_NAME;
243 * Other filesystem features might be handling dentry
246 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate)
247 dentry->d_flags &= ~DCACHE_OP_REVALIDATE;
252 * fscrypt_is_nokey_name() - test whether a dentry i
275 fscrypt_is_nokey_name(const struct dentry *dentry) argument
280 fscrypt_prepare_dentry(struct dentry *dentry, bool is_nokey_name) argument
463 fscrypt_handle_d_move(struct dentry *dentry) argument
467 fscrypt_is_nokey_name(const struct dentry *dentry) argument
472 fscrypt_prepare_dentry(struct dentry *dentry, bool is_nokey_name) argument
714 fscrypt_d_revalidate(struct dentry *dentry, unsigned int flags) argument
741 __fscrypt_prepare_link(struct inode *inode, struct inode *dir, struct dentry *dentry) argument
756 __fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry, struct fscrypt_name *fname) argument
763 fscrypt_prepare_lookup_partial(struct inode *dir, struct dentry *dentry) argument
774 __fscrypt_prepare_setattr(struct dentry *dentry, struct iattr *attr) argument
957 fscrypt_prepare_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1023 fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry, struct fscrypt_name *fname) argument
1078 fscrypt_prepare_setattr(struct dentry *dentry, struct iattr *attr) argument
[all...]
H A Dfileattr.h55 int vfs_fileattr_get(struct dentry *dentry, struct fileattr *fa);
56 int vfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry,
/linux-master/fs/smb/client/
H A Dcifsfs.h31 static inline void cifs_set_time(struct dentry *dentry, unsigned long time) argument
33 dentry->d_fsdata = (void *) time;
36 static inline unsigned long cifs_get_time(struct dentry *dentry) argument
38 return (unsigned long) dentry->d_fsdata;
53 struct dentry *, umode_t, bool excl);
54 extern int cifs_atomic_open(struct inode *, struct dentry *,
56 extern struct dentry *cifs_lookup(struct inode *, struct dentry *,
[all...]
/linux-master/fs/vboxsf/
H A Ddir.c192 * This is called during name resolution/lookup to check if the @dentry in
195 static int vboxsf_dentry_revalidate(struct dentry *dentry, unsigned int flags) argument
200 if (d_really_is_positive(dentry))
201 return vboxsf_inode_revalidate(dentry) == 0;
203 return vboxsf_stat_dentry(dentry, NULL) == -ENOENT;
212 static struct dentry *vboxsf_dir_lookup(struct inode *parent, argument
213 struct dentry *dentry,
221 dentry
235 vboxsf_dir_instantiate(struct inode *parent, struct dentry *dentry, struct shfl_fsobjinfo *info) argument
256 vboxsf_dir_create(struct inode *parent, struct dentry *dentry, umode_t mode, bool is_dir, bool excl, u64 *handle_ret) argument
298 vboxsf_dir_mkfile(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, umode_t mode, bool excl) argument
305 vboxsf_dir_mkdir(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, umode_t mode) argument
312 vboxsf_dir_atomic_open(struct inode *parent, struct dentry *dentry, struct file *file, unsigned int flags, umode_t mode) argument
359 vboxsf_dir_unlink(struct inode *parent, struct dentry *dentry) argument
434 vboxsf_dir_symlink(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, const char *symname) argument
[all...]
/linux-master/fs/
H A Dinit.c143 struct dentry *dentry; local
152 dentry = kern_path_create(AT_FDCWD, filename, &path, 0);
153 if (IS_ERR(dentry))
154 return PTR_ERR(dentry);
156 mode = mode_strip_umask(d_inode(path.dentry), mode);
157 error = security_path_mknod(&path, dentry, mode, dev);
159 error = vfs_mknod(mnt_idmap(path.mnt), path.dentry->d_inode,
160 dentry, mode, new_decode_dev(dev));
161 done_path_create(&path, dentry);
202 struct dentry *dentry; local
224 struct dentry *dentry; local
[all...]
H A Dmount.h28 struct dentry *m_dentry;
36 struct dentry *mnt_mountpoint;
98 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
104 struct mount *m = __lookup_mnt(path->mnt, path->dentry);
108 extern void __detach_mounts(struct dentry *dentry);
110 static inline void detach_mounts(struct dentry *dentry) argument
112 if (!d_mountpoint(dentry))
114 __detach_mounts(dentry);
133 is_local_mountpoint(struct dentry *dentry) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dkdebugfs.c6 struct dentry *arch_debugfs_dir;
/linux-master/arch/sh/kernel/
H A Dkdebugfs.c6 struct dentry *arch_debugfs_dir;
/linux-master/fs/isofs/
H A Dnamei.c19 isofs_cmp(struct dentry *dentry, const char *compare, int dlen) argument
24 if (likely(!dentry->d_op))
25 return dentry->d_name.len != dlen || memcmp(dentry->d_name.name, compare, dlen);
26 return dentry->d_op->d_compare(NULL, dentry->d_name.len, dentry->d_name.name, &qstr);
36 isofs_find_entry(struct inode *dir, struct dentry *dentry, argument
153 isofs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Dkdebugfs.c6 struct dentry *arch_debugfs_dir;
/linux-master/fs/ext4/
H A Dxattr_trusted.c17 ext4_xattr_trusted_list(struct dentry *dentry) argument
24 struct dentry *unused, struct inode *inode,
34 struct dentry *unused, struct inode *inode,
/linux-master/fs/jffs2/
H A Dxattr_trusted.c20 struct dentry *unused, struct inode *inode,
29 struct dentry *unused, struct inode *inode,
37 static bool jffs2_trusted_listxattr(struct dentry *dentry) argument
/linux-master/fs/sysv/
H A Dfile.c33 struct dentry *dentry, struct iattr *attr)
35 struct inode *inode = d_inode(dentry);
38 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
32 sysv_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) argument
/linux-master/fs/minix/
H A Dfile.c26 struct dentry *dentry, struct iattr *attr)
28 struct inode *inode = d_inode(dentry);
31 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
25 minix_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) argument
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c8 static struct dentry *pdsc_dir;
22 pdsc->dentry = debugfs_create_dir(pci_name(pdsc->pdev), pdsc_dir);
24 debugfs_create_ulong("state", 0400, pdsc->dentry, &pdsc->state);
29 debugfs_remove_recursive(pdsc->dentry);
30 pdsc->dentry = NULL;
68 if (debugfs_lookup("identity", pdsc->dentry))
71 debugfs_create_file("identity", 0400, pdsc->dentry,
95 debugfs_create_file("viftypes", 0400, pdsc->dentry,
109 struct dentry *qcq_dentry, *q_dentry, *cq_dentry, *intr_dentry;
114 qcq_dentry = debugfs_create_dir(q->name, pdsc->dentry);
[all...]
/linux-master/fs/efs/
H A Dnamei.c65 struct dentry *efs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
70 inodenum = efs_find_entry(dir, dentry->d_name.name, dentry->d_name.len);
74 return d_splice_alias(inode, dentry);
96 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid,
103 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid,
110 struct dentry *efs_get_parent(struct dentry *chil
[all...]

Completed in 202 milliseconds

1234567891011>>