| /fs/ |
| D | xattr.c | 139 const void *value, size_t size, int flags) in __vfs_setxattr() 171 const void *value, size_t size, int flags) in __vfs_setxattr_noperm() 209 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() 233 xattr_getsecurity(struct inode *inode, const char *name, void *value, in xattr_getsecurity() 273 char *value = *xattr_value; in vfs_getxattr_alloc() local 303 void *value, size_t size) in __vfs_getxattr() 320 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() 425 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() 470 const char __user *name, const void __user *value, in path_setxattr() 493 const char __user *, name, const void __user *, value, in SYSCALL_DEFINE5() argument [all …]
|
| D | posix_acl.c | 667 void *value, size_t size) in posix_acl_fix_xattr_userns() 704 void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user() 712 void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user() 725 const void *value, size_t size) in posix_acl_from_xattr() 834 const char *name, void *value, size_t size) in posix_acl_xattr_get() 881 const char *name, const void *value, in posix_acl_xattr_set()
|
| /fs/hfs/ |
| D | attr.c | 23 const void *value, size_t size, int flags) in __hfs_setxattr() 69 void *value, size_t size) in __hfs_getxattr() 118 const char *name, void *value, size_t size) in hfs_xattr_get() 125 const char *name, const void *value, size_t size, in hfs_xattr_set()
|
| /fs/fuse/ |
| D | xattr.c | 14 int fuse_setxattr(struct inode *inode, const char *name, const void *value, in fuse_setxattr() 49 ssize_t fuse_getxattr(struct inode *inode, const char *name, void *value, in fuse_getxattr() 179 const char *name, void *value, size_t size) in fuse_xattr_get() 186 const char *name, const void *value, size_t size, in fuse_xattr_set()
|
| D | acl.c | 19 void *value = NULL; in fuse_get_acl() local 75 void *value; in fuse_set_acl() local
|
| /fs/debugfs/ |
| D | file.c | 314 struct dentry *parent, void *value, in debugfs_create_mode_unsafe() 370 struct dentry *parent, u8 *value) in debugfs_create_u8() 416 struct dentry *parent, u16 *value) in debugfs_create_u16() 462 struct dentry *parent, u32 *value) in debugfs_create_u32() 509 struct dentry *parent, u64 *value) in debugfs_create_u64() 558 struct dentry *parent, unsigned long *value) in debugfs_create_ulong() 604 struct dentry *parent, u8 *value) in debugfs_create_x8() 622 struct dentry *parent, u16 *value) in debugfs_create_x16() 640 struct dentry *parent, u32 *value) in debugfs_create_x32() 658 struct dentry *parent, u64 *value) in debugfs_create_x64() [all …]
|
| /fs/btrfs/ |
| D | props.c | 104 const char *value, in __btrfs_set_prop() 151 const char *value, in btrfs_set_prop() 278 const char *value, in inode_prop_iterator() 321 const char *value; in inherit_props() local 387 static int prop_compression_validate(const char *value, size_t len) in prop_compression_validate() 396 const char *value, in prop_compression_apply()
|
| D | acl.c | 36 char *value = NULL; in btrfs_get_acl() local 77 char *value = NULL; in __btrfs_set_acl() local
|
| /fs/cifs/ |
| D | xattr.c | 44 const char *name, const void *value, in cifs_xattr_set() 149 struct inode *inode, void *value, in cifs_attrib_get() 173 void *value, size_t size) in cifs_creation_time_get() 196 const char *name, void *value, size_t size) in cifs_xattr_get()
|
| /fs/ext2/ |
| D | acl.c | 20 ext2_acl_from_disk(const void *value, size_t size) in ext2_acl_from_disk() 147 char *value = NULL; in ext2_get_acl() local 183 void *value = NULL; in __ext2_set_acl() local
|
| /fs/ext4/ |
| D | acl.c | 18 ext4_acl_from_disk(const void *value, size_t size) in ext4_acl_from_disk() 148 char *value = NULL; in ext4_get_acl() local 190 void *value = NULL; in __ext4_set_acl() local
|
| /fs/jfs/ |
| D | xattr.c | 669 const void *value, size_t value_len, int flags) in __jfs_setxattr() 816 char *value; in __jfs_getxattr() local 922 const void *value, size_t size, int flags) in __jfs_xattr_set() 941 const char *name, void *value, size_t size) in jfs_xattr_get() 949 const char *name, const void *value, in jfs_xattr_set() 958 const char *name, void *value, size_t size) in jfs_xattr_get_os2() 967 const char *name, const void *value, in jfs_xattr_set_os2()
|
| D | acl.c | 35 char *value = NULL; in jfs_get_acl() local 75 char *value = NULL; in __jfs_set_acl() local
|
| /fs/reiserfs/ |
| D | xattr_acl.c | 65 static struct posix_acl *reiserfs_posix_acl_from_disk(const void *value, size_t size) in reiserfs_posix_acl_from_disk() 193 char *name, *value; in reiserfs_get_acl() local 248 void *value = NULL; in __reiserfs_set_acl() local
|
| /fs/9p/ |
| D | xattr.c | 97 const void *value, size_t value_len, int flags) in v9fs_xattr_set() 104 const void *value, size_t value_len, int flags) in v9fs_fid_xattr_set() 151 const char *name, const void *value, in v9fs_xattr_handler_set()
|
| /fs/jffs2/ |
| D | acl.c | 55 static struct posix_acl *jffs2_acl_from_medium(void *value, size_t size) in jffs2_acl_from_medium() 178 char *value = NULL; in jffs2_get_acl() local 211 char *value = NULL; in __jffs2_set_acl() local
|
| D | compr_rtime.c | 44 unsigned char value; in jffs2_rtime_compress() local 84 unsigned char value; in jffs2_rtime_decompress() local
|
| /fs/sdcardfs/ |
| D | packagelist.c | 38 atomic_t value; member 178 appid_t value) in alloc_hashtable_entry() 196 static int insert_packagelist_appid_entry_locked(const struct qstr *key, appid_t value) in insert_packagelist_appid_entry_locked() 215 static int insert_ext_gid_entry_locked(const struct qstr *key, appid_t value) in insert_ext_gid_entry_locked() 233 static int insert_userid_exclude_entry_locked(const struct qstr *key, userid_t value) in insert_userid_exclude_entry_locked() 292 static int insert_packagelist_entry(const struct qstr *key, appid_t value) in insert_packagelist_entry() 305 static int insert_ext_gid_entry(const struct qstr *key, appid_t value) in insert_ext_gid_entry() 316 static int insert_userid_exclude_entry(const struct qstr *key, userid_t value) in insert_userid_exclude_entry() 707 struct extensions_value *value = to_extensions_value(item); in extensions_drop_group() local
|
| /fs/hfsplus/ |
| D | posix_acl.c | 18 char *value = NULL; in hfsplus_get_posix_acl() local 61 char *value = NULL; in __hfsplus_set_posix_acl() local
|
| D | xattr.c | 265 const void *value, size_t size, int flags) in __hfsplus_setxattr() 429 const void *value, size_t size, int flags, in hfsplus_setxattr() 447 void *value, size_t size) in hfsplus_getxattr_finder_info() 497 void *value, size_t size) in __hfsplus_getxattr() 583 void *value, size_t size, in hfsplus_getxattr()
|
| /fs/orangefs/ |
| D | acl.c | 18 char *key = NULL, *value = NULL; in orangefs_get_acl() local 69 void *value = NULL; in __orangefs_set_acl() local
|
| /fs/ocfs2/ |
| D | acl.c | 43 static struct posix_acl *ocfs2_acl_from_xattr(const void *value, size_t size) in ocfs2_acl_from_xattr() 127 char *value = NULL; in ocfs2_get_acl_nolock() local 233 void *value = NULL; in ocfs2_set_acl() local
|
| /fs/f2fs/ |
| D | acl.c | 45 static struct posix_acl *f2fs_acl_from_disk(const char *value, size_t size) in f2fs_acl_from_disk() 171 void *value = NULL; in __f2fs_get_acl() local 207 void *value = NULL; in __f2fs_set_acl() local
|
| /fs/ubifs/ |
| D | xattr.c | 100 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 209 struct inode *inode, const void *value, int size) in change_xattr() 283 int ubifs_xattr_set(struct inode *host, const char *name, const void *value, in ubifs_xattr_set() 640 const char *name, const void *value, in xattr_set()
|
| /fs/ceph/ |
| D | acl.c | 49 char *value = NULL; in ceph_get_acl() local 90 char *value = NULL; in ceph_set_acl() local
|