| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | dcache.c | 16 static int orangefs_revalidate_lookup(struct dentry *dentry) in orangefs_revalidate_lookup() 97 static int orangefs_d_revalidate(struct dentry *dentry, unsigned int flags) in orangefs_d_revalidate()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlmfs/ |
| H A D | dlmfs.c | 193 static int dlmfs_file_setattr(struct dentry *dentry, struct iattr *attr) in dlmfs_file_setattr() 344 struct dentry *dentry, in dlmfs_get_inode() 399 struct dentry * dentry, in dlmfs_mkdir() 447 struct dentry *dentry, in dlmfs_create() 481 struct dentry *dentry) in dlmfs_unlink()
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | tomoyo.c | 146 static int tomoyo_path_unlink(const struct path *parent, struct dentry *dentry) in tomoyo_path_unlink() 162 static int tomoyo_path_mkdir(const struct path *parent, struct dentry *dentry, in tomoyo_path_mkdir() 179 static int tomoyo_path_rmdir(const struct path *parent, struct dentry *dentry) in tomoyo_path_rmdir() 195 static int tomoyo_path_symlink(const struct path *parent, struct dentry *dentry, in tomoyo_path_symlink() 213 static int tomoyo_path_mknod(const struct path *parent, struct dentry *dentry, in tomoyo_path_mknod()
|
| H A D | realpath.c | 125 static char *tomoyo_get_dentry_path(struct dentry *dentry, char * const buffer, in tomoyo_get_dentry_path() 153 static char *tomoyo_get_local_path(struct dentry *dentry, char * const buffer, in tomoyo_get_local_path() 242 struct dentry *dentry = path->dentry; in tomoyo_realpath_from_path() local
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | symlink.c | 81 struct dentry *dentry) in create_link() 142 int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in configfs_symlink() 220 int configfs_unlink(struct inode *dir, struct dentry *dentry) in configfs_unlink()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 756 int security_quota_on(struct dentry *dentry) in security_quota_on() 889 int security_sb_statfs(struct dentry *dentry) in security_sb_statfs() 988 int security_dentry_init_security(struct dentry *dentry, int mode, in security_dentry_init_security() 997 int security_dentry_create_files_as(struct dentry *dentry, int mode, in security_dentry_create_files_as() 1061 int security_path_mknod(const struct path *dir, struct dentry *dentry, umode_t mode, in security_path_mknod() 1070 int security_path_mkdir(const struct path *dir, struct dentry *dentry, umode_t mode) in security_path_mkdir() 1078 int security_path_rmdir(const struct path *dir, struct dentry *dentry) in security_path_rmdir() 1085 int security_path_unlink(const struct path *dir, struct dentry *dentry) in security_path_unlink() 1093 int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() 1156 int security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode) in security_inode_create() [all …]
|
| H A D | commoncap.c | 295 int cap_inode_need_killpriv(struct dentry *dentry) in cap_inode_need_killpriv() 313 int cap_inode_killpriv(struct dentry *dentry) in cap_inode_killpriv() 380 struct dentry *dentry; in cap_inode_getsecurity() local 498 int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size) in cap_convert_nscap() 593 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk() 936 int cap_inode_setxattr(struct dentry *dentry, const char *name, in cap_inode_setxattr() 969 int cap_inode_removexattr(struct dentry *dentry, const char *name) in cap_inode_removexattr()
|
| /OK3568_Linux_fs/kernel/fs/efivarfs/ |
| H A D | super.c | 43 static int efivarfs_d_compare(const struct dentry *dentry, in efivarfs_d_compare() 60 static int efivarfs_d_hash(const struct dentry *dentry, struct qstr *qstr) in efivarfs_d_hash() 112 struct dentry *dentry, *root = sb->s_root; in efivarfs_callback() local
|
| H A D | inode.c | 69 static int efivarfs_create(struct inode *dir, struct dentry *dentry, in efivarfs_create() 124 static int efivarfs_unlink(struct inode *dir, struct dentry *dentry) in efivarfs_unlink()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | inode.c | 175 isofs_hashi_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hashi_common() 230 isofs_hashi(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi() 236 isofs_dentry_cmpi(const struct dentry *dentry, in isofs_dentry_cmpi() 247 isofs_hash_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hash_common() 265 isofs_hash_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hash_ms() 271 isofs_hashi_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi_ms() 277 isofs_dentry_cmp_ms(const struct dentry *dentry, in isofs_dentry_cmp_ms() 284 isofs_dentry_cmpi_ms(const struct dentry *dentry, in isofs_dentry_cmpi_ms() 1027 static int isofs_statfs (struct dentry *dentry, struct kstatfs *buf) in isofs_statfs()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | xattr.c | 102 struct dentry *dentry, struct inode *inode, in cifs_xattr_set() 236 static int cifs_attrib_get(struct dentry *dentry, in cifs_attrib_get() 260 static int cifs_creation_time_get(struct dentry *dentry, struct inode *inode, in cifs_creation_time_get() 283 struct dentry *dentry, struct inode *inode, in cifs_xattr_get()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | string.c | 54 int hfs_hash_dentry(const struct dentry *dentry, struct qstr *this) in hfs_hash_dentry() 95 int hfs_compare_dentry(const struct dentry *dentry, in hfs_compare_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | namei.c | 97 static struct dentry *ocfs2_lookup(struct inode *dir, struct dentry *dentry, in ocfs2_lookup() 210 struct dentry *dentry, struct inode *inode) in ocfs2_cleanup_add_entry_failure() 225 struct dentry *dentry, in ocfs2_mknod() 645 struct dentry *dentry, in ocfs2_mkdir() 660 struct dentry *dentry, in ocfs2_create() 677 struct dentry *dentry) in ocfs2_link() 842 static int ocfs2_remote_dentry_delete(struct dentry *dentry) in ocfs2_remote_dentry_delete() 869 struct dentry *dentry) in ocfs2_unlink() 1784 struct dentry *dentry, in ocfs2_symlink() 2759 struct dentry *dentry) in ocfs2_mv_orphaned_inode_to_new()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 164 struct dentry *dentry; in dev_mkdir() local 210 struct dentry *dentry; in handle_create() local 244 struct dentry *dentry; in dev_rmdir() local 313 struct dentry *dentry; in handle_remove() local
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4namespace.c | 112 static char *nfs4_path(struct dentry *dentry, char *buffer, ssize_t buflen) in nfs4_path() 129 static int nfs4_validate_fspath(struct dentry *dentry, in nfs4_validate_fspath() 407 struct dentry *dentry, *parent; in nfs_do_refmount() local 448 struct dentry *dentry = ctx->clone_data.dentry; in nfs4_submount() local
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | base.c | 186 static int proc_cwd_link(struct dentry *dentry, struct path *path) in proc_cwd_link() 203 static int proc_root_link(struct dentry *dentry, struct path *path) in proc_root_link() 689 int proc_setattr(struct dentry *dentry, struct iattr *attr) in proc_setattr() 1719 static int proc_exe_link(struct dentry *dentry, struct path *exe_path) in proc_exe_link() 1738 static const char *proc_pid_get_link(struct dentry *dentry, in proc_pid_get_link() 1785 static int proc_pid_readlink(struct dentry * dentry, char __user * buffer, int buflen) in proc_pid_readlink() 1977 static int pid_revalidate(struct dentry *dentry, unsigned int flags) in pid_revalidate() 2001 int pid_delete_dentry(const struct dentry *dentry) in pid_delete_dentry() 2070 static int dname_to_vma_addr(struct dentry *dentry, in dname_to_vma_addr() 2108 static int map_files_d_revalidate(struct dentry *dentry, unsigned int flags) in map_files_d_revalidate() [all …]
|
| H A D | generic.c | 118 static int proc_notify_change(struct dentry *dentry, struct iattr *iattr) in proc_notify_change() 225 static int proc_misc_d_revalidate(struct dentry *dentry, unsigned int flags) in proc_misc_d_revalidate() 235 static int proc_misc_d_delete(const struct dentry *dentry) in proc_misc_d_delete() 249 struct dentry *proc_lookup_de(struct inode *dir, struct dentry *dentry, in proc_lookup_de() 269 struct dentry *proc_lookup(struct inode *dir, struct dentry *dentry, in proc_lookup() 352 static int proc_net_d_revalidate(struct dentry *dentry, unsigned int flags) in proc_net_d_revalidate()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | vfs.c | 421 static int incfs_init_dentry(struct dentry *dentry, struct path *path) in incfs_init_dentry() 589 int incfs_unlink(struct dentry *dentry) in incfs_unlink() 603 static int incfs_rmdir(struct dentry *dentry) in incfs_rmdir() 617 static void notify_unlink(struct dentry *dentry, const char *file_id_str, in notify_unlink() 946 static struct dentry *dir_lookup(struct inode *dir_inode, struct dentry *dentry, in dir_lookup() 1030 static int dir_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in dir_mkdir() 1101 static int file_delete(struct mount_info *mi, struct dentry *dentry, in file_delete() 1180 static int dir_unlink(struct inode *dir, struct dentry *dentry) in dir_unlink() 1286 static int dir_rmdir(struct inode *dir, struct dentry *dentry) in dir_rmdir() 1585 static int incfs_setattr(struct dentry *dentry, struct iattr *ia) in incfs_setattr()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | attr.c | 61 int setattr_prepare(struct dentry *dentry, struct iattr *attr) in setattr_prepare() 225 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change()
|
| H A D | init.c | 143 struct dentry *dentry; in init_mknod() local 201 struct dentry *dentry; in init_symlink() local 222 struct dentry *dentry; in init_mkdir() local
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | waitq.c | 179 struct dentry *dentry, char *name) in autofs_getpath() 251 struct dentry *dentry = path->dentry; in validate_request() local 350 struct dentry *dentry = path->dentry; in autofs_wait() local
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | apparmorfs.c | 147 static int aafs_show_path(struct seq_file *seq, struct dentry *dentry) in aafs_show_path() 211 static int __aafs_setup_d_inode(struct inode *dir, struct dentry *dentry, in __aafs_setup_d_inode() 266 struct dentry *dentry; in aafs_create() local 348 static void aafs_remove(struct dentry *dentry) in aafs_remove() 1603 static const char *rawdata_get_link_base(struct dentry *dentry, in rawdata_get_link_base() 1631 static const char *rawdata_get_link_sha1(struct dentry *dentry, in rawdata_get_link_sha1() 1638 static const char *rawdata_get_link_abi(struct dentry *dentry, in rawdata_get_link_abi() 1645 static const char *rawdata_get_link_data(struct dentry *dentry, in rawdata_get_link_data() 1776 static int ns_mkdir_op(struct inode *dir, struct dentry *dentry, umode_t mode) in ns_mkdir_op() 1825 static int ns_rmdir_op(struct inode *dir, struct dentry *dentry) in ns_rmdir_op() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsctl.c | 1177 static int __nfsd_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, struct nfsdfs_clien… in __nfsd_mkdir() 1197 struct dentry *dentry; in nfsd_mkdir() local 1243 static void nfsdfs_remove_file(struct inode *dir, struct dentry *dentry) in nfsdfs_remove_file() 1258 struct dentry *dentry, *tmp; in nfsdfs_remove_files() local 1276 struct dentry *dentry; in nfsdfs_create_files() local 1310 struct dentry *dentry; in nfsd_client_mkdir() local 1328 void nfsd_client_rmdir(struct dentry *dentry) in nfsd_client_rmdir() 1350 struct dentry *dentry; in nfsd_fill_super() local
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | mount.c | 24 static int kernfs_sop_show_options(struct seq_file *sf, struct dentry *dentry) in kernfs_sop_show_options() 34 static int kernfs_sop_show_path(struct seq_file *sf, struct dentry *dentry) in kernfs_sop_show_path() 198 struct dentry *dentry; in kernfs_node_dentry() local
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | namei.c | 85 struct dentry *dentry, in cachefiles_mark_object_buried() 141 struct dentry *dentry; in cachefiles_mark_object_active() local 260 struct dentry *dentry = object->dentry; in cachefiles_mark_object_inactive() local
|