/fs/xfs/linux-2.6/ |
D | xfs_xattr.c | 37 xfs_decode_acl(const char *name) in xfs_decode_acl() 51 xfs_xattr_system_get(struct inode *inode, const char *name, in xfs_xattr_system_get() 64 xfs_xattr_system_set(struct inode *inode, const char *name, in xfs_xattr_system_set() 94 __xfs_xattr_get(struct inode *inode, const char *name, in __xfs_xattr_get() 116 __xfs_xattr_set(struct inode *inode, const char *name, const void *value, in __xfs_xattr_set() 136 xfs_xattr_user_get(struct inode *inode, const char *name, in xfs_xattr_user_get() 143 xfs_xattr_user_set(struct inode *inode, const char *name, in xfs_xattr_user_set() 157 xfs_xattr_trusted_get(struct inode *inode, const char *name, in xfs_xattr_trusted_get() 164 xfs_xattr_trusted_set(struct inode *inode, const char *name, in xfs_xattr_trusted_set() 178 xfs_xattr_secure_get(struct inode *inode, const char *name, in xfs_xattr_secure_get() [all …]
|
/fs/ |
D | xattr.c | 29 xattr_permission(struct inode *inode, const char *name, int mask) in xattr_permission() 70 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() 107 xattr_getsecurity(struct inode *inode, const char *name, void *value, in xattr_getsecurity() 134 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() 190 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() 221 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() 254 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument 273 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument 292 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE5() argument 317 getxattr(struct dentry *d, const char __user *name, void __user *value, in getxattr() [all …]
|
/fs/reiserfs/ |
D | xattr_security.c | 10 security_get(struct inode *inode, const char *name, void *buffer, size_t size) in security_get() 22 security_set(struct inode *inode, const char *name, const void *buffer, in security_set() 34 static int security_del(struct inode *inode, const char *name) in security_del() 46 security_list(struct inode *inode, const char *name, int namelen, char *out) in security_list()
|
D | xattr_user.c | 14 user_get(struct inode *inode, const char *name, void *buffer, size_t size) in user_get() 25 user_set(struct inode *inode, const char *name, const void *buffer, in user_set() 37 static int user_del(struct inode *inode, const char *name) in user_del() 48 user_list(struct inode *inode, const char *name, int namelen, char *out) in user_list()
|
D | xattr_trusted.c | 11 trusted_get(struct inode *inode, const char *name, void *buffer, size_t size) in trusted_get() 26 trusted_set(struct inode *inode, const char *name, const void *buffer, in trusted_set() 41 static int trusted_del(struct inode *inode, const char *name) in trusted_del() 56 trusted_list(struct inode *inode, const char *name, int namelen, char *out) in trusted_list()
|
D | xattr_acl.c | 183 char *name, *value; in reiserfs_get_acl() local 248 char *name; in reiserfs_set_acl() local 463 posix_acl_access_get(struct inode *inode, const char *name, in posix_acl_access_get() 472 posix_acl_access_set(struct inode *inode, const char *name, in posix_acl_access_set() 480 static int posix_acl_access_del(struct inode *inode, const char *name) in posix_acl_access_del() 495 posix_acl_access_list(struct inode *inode, const char *name, int namelen, in posix_acl_access_list() 516 posix_acl_default_get(struct inode *inode, const char *name, in posix_acl_default_get() 525 posix_acl_default_set(struct inode *inode, const char *name, in posix_acl_default_set() 533 static int posix_acl_default_del(struct inode *inode, const char *name) in posix_acl_default_del() 548 posix_acl_default_list(struct inode *inode, const char *name, int namelen, in posix_acl_default_list()
|
/fs/btrfs/ |
D | xattr.c | 32 ssize_t __btrfs_getxattr(struct inode *inode, const char *name, in __btrfs_getxattr() 88 int __btrfs_setxattr(struct inode *inode, const char *name, in __btrfs_setxattr() 276 static bool btrfs_is_valid_xattr(const char *name) in btrfs_is_valid_xattr() 285 ssize_t btrfs_getxattr(struct dentry *dentry, const char *name, in btrfs_getxattr() 301 int btrfs_setxattr(struct dentry *dentry, const char *name, const void *value, in btrfs_setxattr() 320 int btrfs_removexattr(struct dentry *dentry, const char *name) in btrfs_removexattr() 341 char *name; in btrfs_xattr_security_init() local
|
D | acl.c | 46 const char *name; in btrfs_get_acl() local 115 const char *name; in btrfs_set_acl() local 196 static int btrfs_xattr_acl_access_get(struct inode *inode, const char *name, in btrfs_xattr_acl_access_get() 202 static int btrfs_xattr_acl_access_set(struct inode *inode, const char *name, in btrfs_xattr_acl_access_set() 208 static int btrfs_xattr_acl_default_get(struct inode *inode, const char *name, in btrfs_xattr_acl_default_get() 214 static int btrfs_xattr_acl_default_set(struct inode *inode, const char *name, in btrfs_xattr_acl_default_set()
|
/fs/debugfs/ |
D | file.c | 95 struct dentry *debugfs_create_u8(const char *name, mode_t mode, in debugfs_create_u8() 138 struct dentry *debugfs_create_u16(const char *name, mode_t mode, in debugfs_create_u16() 181 struct dentry *debugfs_create_u32(const char *name, mode_t mode, in debugfs_create_u32() 225 struct dentry *debugfs_create_u64(const char *name, mode_t mode, in debugfs_create_u64() 256 struct dentry *debugfs_create_x8(const char *name, mode_t mode, in debugfs_create_x8() 273 struct dentry *debugfs_create_x16(const char *name, mode_t mode, in debugfs_create_x16() 290 struct dentry *debugfs_create_x32(const char *name, mode_t mode, in debugfs_create_x32() 321 struct dentry *debugfs_create_size_t(const char *name, mode_t mode, in debugfs_create_size_t() 401 struct dentry *debugfs_create_bool(const char *name, mode_t mode, in debugfs_create_bool() 445 struct dentry *debugfs_create_blob(const char *name, mode_t mode, in debugfs_create_blob()
|
/fs/jffs2/ |
D | security.c | 31 char *name; in jffs2_init_security() local 47 static int jffs2_security_getxattr(struct inode *inode, const char *name, in jffs2_security_getxattr() 56 static int jffs2_security_setxattr(struct inode *inode, const char *name, const void *buffer, in jffs2_security_setxattr() 66 const char *name, size_t name_len) in jffs2_security_listxattr()
|
D | xattr_trusted.c | 19 static int jffs2_trusted_getxattr(struct inode *inode, const char *name, in jffs2_trusted_getxattr() 27 static int jffs2_trusted_setxattr(struct inode *inode, const char *name, const void *buffer, in jffs2_trusted_setxattr() 36 const char *name, size_t name_len) in jffs2_trusted_listxattr()
|
D | xattr_user.c | 19 static int jffs2_user_getxattr(struct inode *inode, const char *name, in jffs2_user_getxattr() 27 static int jffs2_user_setxattr(struct inode *inode, const char *name, const void *buffer, in jffs2_user_setxattr() 36 const char *name, size_t name_len) in jffs2_user_listxattr()
|
/fs/ext2/ |
D | xattr_security.c | 15 const char *name, size_t name_len) in ext2_xattr_security_list() 29 ext2_xattr_security_get(struct inode *inode, const char *name, in ext2_xattr_security_get() 39 ext2_xattr_security_set(struct inode *inode, const char *name, in ext2_xattr_security_set() 54 char *name; in ext2_init_security() local
|
D | xattr_user.c | 16 const char *name, size_t name_len) in ext2_xattr_user_list() 33 ext2_xattr_user_get(struct inode *inode, const char *name, in ext2_xattr_user_get() 44 ext2_xattr_user_set(struct inode *inode, const char *name, in ext2_xattr_user_set()
|
D | xattr_trusted.c | 17 const char *name, size_t name_len) in ext2_xattr_trusted_list() 34 ext2_xattr_trusted_get(struct inode *inode, const char *name, in ext2_xattr_trusted_get() 44 ext2_xattr_trusted_set(struct inode *inode, const char *name, in ext2_xattr_trusted_set()
|
/fs/ext4/ |
D | xattr_security.c | 16 const char *name, size_t name_len) in ext4_xattr_security_list() 31 ext4_xattr_security_get(struct inode *inode, const char *name, in ext4_xattr_security_get() 41 ext4_xattr_security_set(struct inode *inode, const char *name, in ext4_xattr_security_set() 56 char *name; in ext4_init_security() local
|
D | xattr_user.c | 17 const char *name, size_t name_len) in ext4_xattr_user_list() 34 ext4_xattr_user_get(struct inode *inode, const char *name, in ext4_xattr_user_get() 45 ext4_xattr_user_set(struct inode *inode, const char *name, in ext4_xattr_user_set()
|
D | xattr_trusted.c | 18 const char *name, size_t name_len) in ext4_xattr_trusted_list() 35 ext4_xattr_trusted_get(struct inode *inode, const char *name, in ext4_xattr_trusted_get() 45 ext4_xattr_trusted_set(struct inode *inode, const char *name, in ext4_xattr_trusted_set()
|
/fs/ext3/ |
D | xattr_security.c | 16 const char *name, size_t name_len) in ext3_xattr_security_list() 31 ext3_xattr_security_get(struct inode *inode, const char *name, in ext3_xattr_security_get() 41 ext3_xattr_security_set(struct inode *inode, const char *name, in ext3_xattr_security_set() 56 char *name; in ext3_init_security() local
|
D | xattr_user.c | 17 const char *name, size_t name_len) in ext3_xattr_user_list() 34 ext3_xattr_user_get(struct inode *inode, const char *name, in ext3_xattr_user_get() 45 ext3_xattr_user_set(struct inode *inode, const char *name, in ext3_xattr_user_set()
|
D | xattr_trusted.c | 18 const char *name, size_t name_len) in ext3_xattr_trusted_list() 35 ext3_xattr_trusted_get(struct inode *inode, const char *name, in ext3_xattr_trusted_get() 45 ext3_xattr_trusted_set(struct inode *inode, const char *name, in ext3_xattr_trusted_set()
|
/fs/proc/ |
D | generic.c | 29 static int proc_match(int len, const char *name, struct proc_dir_entry *de) in proc_match() 266 static int xlate_proc_name(const char *name, in xlate_proc_name() 560 const char *name, in __proc_create() 598 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() 623 struct proc_dir_entry *proc_mkdir_mode(const char *name, mode_t mode, in proc_mkdir_mode() 638 struct proc_dir_entry *proc_net_mkdir(struct net *net, const char *name, in proc_net_mkdir() 655 struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir() 661 struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode, in create_proc_entry() 689 struct proc_dir_entry *proc_create_data(const char *name, mode_t mode, in proc_create_data() 740 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
|
/fs/configfs/ |
D | item.c | 71 char * name; in config_item_set_name() local 116 const char *name, in config_item_init_type_name() 125 void config_group_init_type_name(struct config_group *group, const char *name, in config_group_init_type_name() 196 const char *name) in config_group_find_item()
|
/fs/coda/ |
D | dir.c | 102 const char *name = entry->d_name.name; in coda_lookup() local 203 const char *name=de->d_name.name; in coda_create() local 243 const char *name = de->d_name.name; in coda_mkdir() local 285 const char * name = de->d_name.name; in coda_link() local 318 const char *name = de->d_name.name; in coda_symlink() local 356 const char *name = de->d_name.name; in coda_unlink() local 375 const char *name = de->d_name.name; in coda_rmdir() local 503 struct qstr name; in coda_venus_readdir() local
|
/fs/dlm/ |
D | dir.c | 120 static inline uint32_t dir_hash(struct dlm_ls *ls, char *name, int len) in dir_hash() 138 static struct dlm_direntry *search_bucket(struct dlm_ls *ls, char *name, in search_bucket() 152 void dlm_dir_remove_entry(struct dlm_ls *ls, int nodeid, char *name, int namelen) in dlm_dir_remove_entry() 302 static int get_entry(struct dlm_ls *ls, int nodeid, char *name, in get_entry() 346 int dlm_dir_lookup(struct dlm_ls *ls, int nodeid, char *name, int namelen, in dlm_dir_lookup() 352 static struct dlm_rsb *find_rsb_root(struct dlm_ls *ls, char *name, int len) in find_rsb_root()
|