| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | xattr.c | 70 ssize_t v9fs_xattr_get(struct dentry *dentry, const char *name, in v9fs_xattr_get() 96 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set() 135 ssize_t v9fs_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in v9fs_listxattr() 141 struct dentry *dentry, struct inode *inode, in v9fs_xattr_handler_get() 151 struct dentry *dentry, struct inode *inode, in v9fs_xattr_handler_set()
|
| H A D | vfs_inode.c | 532 static int v9fs_remove(struct inode *dir, struct dentry *dentry, int flags) in v9fs_remove() 589 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() 670 v9fs_vfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in v9fs_vfs_create() 696 static int v9fs_vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in v9fs_vfs_mkdir() 730 struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, in v9fs_vfs_lookup() 786 v9fs_vfs_atomic_open(struct inode *dir, struct dentry *dentry, in v9fs_vfs_atomic_open() 1001 struct dentry *dentry = path->dentry; in v9fs_vfs_getattr() local 1035 static int v9fs_vfs_setattr(struct dentry *dentry, struct iattr *iattr) in v9fs_vfs_setattr() 1185 static const char *v9fs_vfs_get_link(struct dentry *dentry, in v9fs_vfs_get_link() 1236 static int v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, in v9fs_vfs_mkspecial() [all …]
|
| H A D | vfs_dentry.c | 35 static int v9fs_cached_dentry_delete(const struct dentry *dentry) in v9fs_cached_dentry_delete() 52 static void v9fs_dentry_release(struct dentry *dentry) in v9fs_dentry_release() 62 static int v9fs_lookup_revalidate(struct dentry *dentry, unsigned int flags) in v9fs_lookup_revalidate()
|
| H A D | vfs_inode_dotl.c | 221 v9fs_vfs_create_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_create_dotl() 228 v9fs_vfs_atomic_open_dotl(struct inode *dir, struct dentry *dentry, in v9fs_vfs_atomic_open_dotl() 369 struct dentry *dentry, umode_t omode) in v9fs_vfs_mkdir_dotl() 461 struct dentry *dentry = path->dentry; in v9fs_vfs_getattr_dotl() local 540 int v9fs_vfs_setattr_dotl(struct dentry *dentry, struct iattr *iattr) in v9fs_vfs_setattr_dotl() 680 v9fs_vfs_symlink_dotl(struct inode *dir, struct dentry *dentry, in v9fs_vfs_symlink_dotl() 764 struct dentry *dentry) in v9fs_vfs_link_dotl() 814 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_mknod_dotl() 907 v9fs_vfs_get_link_dotl(struct dentry *dentry, in v9fs_vfs_get_link_dotl()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 572 static bool path_connected(struct vfsmount *mnt, struct dentry *dentry) in path_connected() 732 static bool try_to_unlazy_next(struct nameidata *nd, struct dentry *dentry, unsigned seq) in try_to_unlazy_next() 777 static inline int d_revalidate(struct dentry *dentry, unsigned int flags) in d_revalidate() 872 struct dentry *dentry = nd->path.dentry; in complete_walk() local 1271 struct dentry *dentry = path->dentry; in follow_automount() local 1409 struct dentry *dentry = path->dentry; in __follow_mount_rcu() local 1456 static inline int handle_mounts(struct nameidata *nd, struct dentry *dentry, in handle_mounts() 1503 struct dentry *dentry = d_lookup(dir, name); in lookup_dcache() local 1526 struct dentry *dentry = lookup_dcache(name, base, flags); in __lookup_hash() local 1553 struct dentry *dentry, *parent = nd->path.dentry; in lookup_fast() local [all …]
|
| H A D | d_path.c | 79 struct dentry *dentry; in prepend_path() local 297 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname() 315 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname() 331 struct dentry *dentry; in __dentry_path() local 374 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() 380 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path()
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_kern.c | 84 static char *__dentry_name(struct dentry *dentry, char *name) in __dentry_name() 115 static char *dentry_name(struct dentry *dentry) in dentry_name() 126 struct dentry *dentry; in inode_name() local 190 static int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) in hostfs_statfs() 557 static int hostfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in hostfs_create() 596 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup() 640 static int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink() 656 static int hostfs_symlink(struct inode *ino, struct dentry *dentry, in hostfs_symlink() 669 static int hostfs_mkdir(struct inode *ino, struct dentry *dentry, umode_t mode) in hostfs_mkdir() 681 static int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir() [all …]
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | dentry.c | 33 static int gfs2_drevalidate(struct dentry *dentry, unsigned int flags) in gfs2_drevalidate() 80 static int gfs2_dhash(const struct dentry *dentry, struct qstr *str) in gfs2_dhash() 86 static int gfs2_dentry_delete(const struct dentry *dentry) in gfs2_dentry_delete()
|
| H A D | inode.c | 597 static int gfs2_create_inode(struct inode *dir, struct dentry *dentry, in gfs2_create_inode() 846 static int gfs2_create(struct inode *dir, struct dentry *dentry, in gfs2_create() 862 static struct dentry *__gfs2_lookup(struct inode *dir, struct dentry *dentry, in __gfs2_lookup() 902 static struct dentry *gfs2_lookup(struct inode *dir, struct dentry *dentry, in gfs2_lookup() 921 struct dentry *dentry) in gfs2_link() 1091 const struct dentry *dentry) in gfs2_unlink_inode() 1125 static int gfs2_unlink(struct inode *dir, struct dentry *dentry) in gfs2_unlink() 1207 static int gfs2_symlink(struct inode *dir, struct dentry *dentry, in gfs2_symlink() 1228 static int gfs2_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in gfs2_mkdir() 1243 static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in gfs2_mknod() [all …]
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | namei.c | 299 static struct dentry *udf_lookup(struct inode *dir, struct dentry *dentry, in udf_lookup() 331 struct dentry *dentry, in udf_add_entry() 581 static int udf_add_nondir(struct dentry *dentry, struct inode *inode) in udf_add_nondir() 610 static int udf_create(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_create() 629 static int udf_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_tmpfile() 648 static int udf_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_mknod() 664 static int udf_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_mkdir() 792 static int udf_rmdir(struct inode *dir, struct dentry *dentry) in udf_rmdir() 837 static int udf_unlink(struct inode *dir, struct dentry *dentry) in udf_unlink() 883 static int udf_symlink(struct inode *dir, struct dentry *dentry, in udf_symlink() [all …]
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | namespaces.c | 42 static const char *proc_ns_get_link(struct dentry *dentry, in proc_ns_get_link() 71 static int proc_ns_readlink(struct dentry *dentry, char __user *buffer, int buflen) in proc_ns_readlink() 98 static struct dentry *proc_ns_instantiate(struct dentry *dentry, in proc_ns_instantiate() 152 struct dentry *dentry, unsigned int flags) in proc_ns_dir_lookup()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 94 spufs_setattr(struct dentry *dentry, struct iattr *attr) in spufs_setattr() 108 spufs_new_file(struct super_block *sb, struct dentry *dentry, in spufs_new_file() 146 struct dentry *dentry, *tmp; in spufs_prune_dir() local 187 struct dentry *dentry = d_alloc_name(dir, files->name); in spufs_fill_dir() local 227 spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, in spufs_mkdir() 402 spufs_create_context(struct inode *inode, struct dentry *dentry, in spufs_create_context() 460 spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) in spufs_mkgang() 523 struct dentry *dentry, in spufs_create_gang() 543 long spufs_create(struct path *path, struct dentry *dentry, in spufs_create()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | dir.c | 160 static int jffs2_create(struct inode *dir_i, struct dentry *dentry, in jffs2_create() 224 static int jffs2_unlink(struct inode *dir_i, struct dentry *dentry) in jffs2_unlink() 243 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() 279 static int jffs2_symlink (struct inode *dir_i, struct dentry *dentry, const char *target) in jffs2_symlink() 441 static int jffs2_mkdir (struct inode *dir_i, struct dentry *dentry, umode_t mode) in jffs2_mkdir() 584 static int jffs2_rmdir (struct inode *dir_i, struct dentry *dentry) in jffs2_rmdir() 612 static int jffs2_mknod (struct inode *dir_i, struct dentry *dentry, umode_t mode, dev_t rdev) in jffs2_mknod()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | proc.c | 125 nfs_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, in nfs_proc_setattr() 155 nfs_proc_lookup(struct inode *dir, struct dentry *dentry, in nfs_proc_lookup() 216 struct dentry *dentry, struct iattr *sattr) in nfs_alloc_createdata() 241 nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_create() 270 nfs_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_mknod() 314 nfs_proc_remove(struct inode *dir, struct dentry *dentry) in nfs_proc_remove() 336 struct dentry *dentry, in nfs_proc_unlink_setup() 399 nfs_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, in nfs_proc_symlink() 449 nfs_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) in nfs_proc_mkdir() 503 nfs_proc_readdir(struct dentry *dentry, const struct cred *cred, in nfs_proc_readdir()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | inode.c | 17 int ovl_setattr(struct dentry *dentry, struct iattr *attr) in ovl_setattr() 97 static int ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid) in ovl_map_dev_ino() 160 struct dentry *dentry = path->dentry; in ovl_getattr() local 314 static const char *ovl_get_link(struct dentry *dentry, in ovl_get_link() 336 int ovl_xattr_set(struct dentry *dentry, struct inode *inode, const char *name, in ovl_xattr_set() 382 int ovl_xattr_get(struct dentry *dentry, struct inode *inode, const char *name, in ovl_xattr_get() 411 ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size) in ovl_listxattr() 717 static int ovl_set_nlink_common(struct dentry *dentry, in ovl_set_nlink_common() 735 int ovl_set_nlink_upper(struct dentry *dentry) in ovl_set_nlink_upper() 740 int ovl_set_nlink_lower(struct dentry *dentry) in ovl_set_nlink_lower()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | dir.c | 193 static struct dentry *ubifs_lookup(struct inode *dir, struct dentry *dentry, in ubifs_lookup() 274 static int ubifs_prepare_create(struct inode *dir, struct dentry *dentry, in ubifs_prepare_create() 283 static int ubifs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ubifs_create() 352 static int do_tmpfile(struct inode *dir, struct dentry *dentry, in do_tmpfile() 449 static int ubifs_tmpfile(struct inode *dir, struct dentry *dentry, in ubifs_tmpfile() 695 struct dentry *dentry) in ubifs_link() 769 static int ubifs_unlink(struct inode *dir, struct dentry *dentry) in ubifs_unlink() 875 static int ubifs_rmdir(struct inode *dir, struct dentry *dentry) in ubifs_rmdir() 950 static int ubifs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ubifs_mkdir() 1022 static int ubifs_mknod(struct inode *dir, struct dentry *dentry, in ubifs_mknod() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | inode.c | 61 static void hypfs_add_dentry(struct dentry *dentry) in hypfs_add_dentry() 67 static void hypfs_remove(struct dentry *dentry) in hypfs_remove() 340 struct dentry *dentry; in hypfs_create_file() local 377 struct dentry *dentry; in hypfs_mkdir() local 388 struct dentry *dentry; in hypfs_create_update_file() local 405 struct dentry *dentry; in hypfs_create_u64() local 425 struct dentry *dentry; in hypfs_create_str() local
|
| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | dir.c | 111 static int omfs_add_link(struct dentry *dentry, struct inode *inode) in omfs_add_link() 156 static int omfs_delete_entry(struct dentry *dentry) in omfs_delete_entry() 238 static int omfs_remove(struct inode *dir, struct dentry *dentry) in omfs_remove() 258 static int omfs_add_node(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_add_node() 282 static int omfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_mkdir() 287 static int omfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in omfs_create() 293 static struct dentry *omfs_lookup(struct inode *dir, struct dentry *dentry, in omfs_lookup()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | xattr.c | 181 struct dentry *dentry, struct inode *inode, in fuse_xattr_get() 191 struct dentry *dentry, struct inode *inode, in fuse_xattr_set() 204 static bool no_xattr_list(struct dentry *dentry) in no_xattr_list() 210 struct dentry *dentry, struct inode *inode, in no_xattr_get() 217 struct dentry *dentry, struct inode *nodee, in no_xattr_set()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | dir.c | 20 static struct dentry *hfs_lookup(struct inode *dir, struct dentry *dentry, in hfs_lookup() 192 static int hfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in hfs_create() 222 static int hfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in hfs_mkdir() 254 static int hfs_remove(struct inode *dir, struct dentry *dentry) in hfs_remove()
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | utils.c | 121 int vboxsf_create_at_dentry(struct dentry *dentry, in vboxsf_create_at_dentry() 160 int vboxsf_stat_dentry(struct dentry *dentry, struct shfl_fsobjinfo *info) in vboxsf_stat_dentry() 175 int vboxsf_inode_revalidate(struct dentry *dentry) in vboxsf_inode_revalidate() 219 struct dentry *dentry = path->dentry; in vboxsf_getattr() local 240 int vboxsf_setattr(struct dentry *dentry, struct iattr *iattr) in vboxsf_setattr() 346 struct dentry *dentry) in vboxsf_path_from_dentry()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 145 static void bpf_dentry_finalize(struct dentry *dentry, struct inode *inode, in bpf_dentry_finalize() 155 static int bpf_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in bpf_mkdir() 330 static int bpf_mkobj_ops(struct dentry *dentry, umode_t mode, void *raw, in bpf_mkobj_ops() 347 static int bpf_mkprog(struct dentry *dentry, umode_t mode, void *arg) in bpf_mkprog() 353 static int bpf_mkmap(struct dentry *dentry, umode_t mode, void *arg) in bpf_mkmap() 362 static int bpf_mklink(struct dentry *dentry, umode_t mode, void *arg) in bpf_mklink() 372 bpf_lookup(struct inode *dir, struct dentry *dentry, unsigned flags) in bpf_lookup() 384 static int bpf_symlink(struct inode *dir, struct dentry *dentry, in bpf_symlink() 421 struct dentry *dentry; in bpf_iter_link_pin_kernel() local 440 struct dentry *dentry; in bpf_obj_do_pin() local
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | namei_msdos.c | 151 static int msdos_hash(const struct dentry *dentry, struct qstr *qstr) in msdos_hash() 167 static int msdos_cmp(const struct dentry *dentry, in msdos_cmp() 201 static struct dentry *msdos_lookup(struct inode *dir, struct dentry *dentry, in msdos_lookup() 264 static int msdos_create(struct inode *dir, struct dentry *dentry, umode_t mode, in msdos_create() 310 static int msdos_rmdir(struct inode *dir, struct dentry *dentry) in msdos_rmdir() 342 static int msdos_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in msdos_mkdir() 401 static int msdos_unlink(struct inode *dir, struct dentry *dentry) in msdos_unlink()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | namei.c | 23 static int hpfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in hpfs_mkdir() 131 static int hpfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) in hpfs_create() 218 static int hpfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) in hpfs_mknod() 292 static int hpfs_symlink(struct inode *dir, struct dentry *dentry, const char *symlink) in hpfs_symlink() 371 static int hpfs_unlink(struct inode *dir, struct dentry *dentry) in hpfs_unlink() 422 static int hpfs_rmdir(struct inode *dir, struct dentry *dentry) in hpfs_rmdir()
|
| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_crypto.c | 184 static int evm_calc_hmac_or_hash(struct dentry *dentry, in evm_calc_hmac_or_hash() 251 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, in evm_calc_hmac() 259 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name, in evm_calc_hash() 267 static int evm_is_immutable(struct dentry *dentry, struct inode *inode) in evm_is_immutable() 300 int evm_update_evmxattr(struct dentry *dentry, const char *xattr_name, in evm_update_evmxattr()
|