Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 84) sorted by relevance

1234

/fs/
Dxattr.c93 const void *value, size_t size, int flags) in __vfs_setxattr_noperm()
122 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr()
146 xattr_getsecurity(struct inode *inode, const char *name, void *value, in xattr_getsecurity()
185 char *value = *xattr_value; in vfs_getxattr_alloc() local
213 const char *value, size_t size, gfp_t flags) in vfs_xattr_cmp()
231 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr()
322 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr()
368 const char __user *name, const void __user *value, in path_setxattr()
391 const char __user *, name, const void __user *, value, in SYSCALL_DEFINE5() argument
398 const char __user *, name, const void __user *, value, in SYSCALL_DEFINE5() argument
[all …]
Dposix_acl.c634 void *value, size_t size) in posix_acl_fix_xattr_userns()
671 void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user()
679 void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user()
692 const void *value, size_t size) in posix_acl_from_xattr()
801 void *value, size_t size) in posix_acl_xattr_get()
850 const void *value, size_t size, int flags) in posix_acl_xattr_set()
/fs/debugfs/
Dfile.c46 struct dentry *parent, void *value, in debugfs_create_mode()
100 struct dentry *parent, u8 *value) in debugfs_create_u8()
146 struct dentry *parent, u16 *value) in debugfs_create_u16()
192 struct dentry *parent, u32 *value) in debugfs_create_u32()
239 struct dentry *parent, u64 *value) in debugfs_create_u64()
287 struct dentry *parent, unsigned long *value) in debugfs_create_ulong()
329 struct dentry *parent, u8 *value) in debugfs_create_x8()
347 struct dentry *parent, u16 *value) in debugfs_create_x16()
365 struct dentry *parent, u32 *value) in debugfs_create_x32()
383 struct dentry *parent, u64 *value) in debugfs_create_x64()
[all …]
/fs/btrfs/
Dprops.c103 const char *value, in __btrfs_set_prop()
150 const char *value, in btrfs_set_prop()
270 const char *value, in inode_prop_iterator()
312 const char *value; in inherit_props() local
378 static int prop_compression_validate(const char *value, size_t len) in prop_compression_validate()
389 const char *value, in prop_compression_apply()
Dacl.c35 char *value = NULL; in btrfs_get_acl() local
80 char *value = NULL; in __btrfs_set_acl() local
Dxattr.c93 const void *value, size_t size, int flags) in do_setxattr()
235 const void *value, size_t size, int flags) in __btrfs_setxattr()
419 int btrfs_setxattr(struct dentry *dentry, const char *name, const void *value, in btrfs_setxattr()
/fs/xfs/
Dxfs_xattr.c36 const char *name, void *value, size_t size) in xfs_xattr_get()
81 const char *name, const void *value, size_t size, int flags) in xfs_xattr_set()
165 unsigned char *value) in xfs_xattr_put_listent()
203 unsigned char *value) in xfs_xattr_put_listent_sizes()
/fs/ext2/
Dacl.c19 ext2_acl_from_disk(const void *value, size_t size) in ext2_acl_from_disk()
146 char *value = NULL; in ext2_get_acl() local
185 void *value = NULL; in __ext2_set_acl() local
/fs/ext4/
Dacl.c16 ext4_acl_from_disk(const void *value, size_t size) in ext4_acl_from_disk()
146 char *value = NULL; in ext4_get_acl() local
191 void *value = NULL; in __ext4_set_acl() local
/fs/hfsplus/
Dposix_acl.c17 char *value = NULL; in hfsplus_get_posix_acl() local
63 char *value = NULL; in hfsplus_set_posix_acl() local
Dxattr.c264 const void *value, size_t size, int flags) in __hfsplus_setxattr()
428 const void *value, size_t size, int flags, in hfsplus_setxattr()
450 void *value, size_t size) in hfsplus_getxattr_finder_info()
500 void *value, size_t size) in __hfsplus_getxattr()
586 void *value, size_t size, in hfsplus_getxattr()
/fs/jffs2/
Dacl.c55 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
213 char *value = NULL; in __jffs2_set_acl() local
Dcompr_rtime.c47 unsigned char value; in jffs2_rtime_compress() local
87 unsigned char value; in jffs2_rtime_decompress() local
/fs/9p/
Dxattr.c97 const void *value, size_t value_len, int flags) in v9fs_xattr_set()
106 const void *value, size_t value_len, int flags) in v9fs_fid_xattr_set()
155 const void *value, size_t size, int flags) in v9fs_xattr_handler_set()
/fs/reiserfs/
Dxattr_acl.c61 static struct posix_acl *reiserfs_posix_acl_from_disk(const void *value, size_t size) in reiserfs_posix_acl_from_disk()
189 char *name, *value; in reiserfs_get_acl() local
248 void *value = NULL; in __reiserfs_set_acl() local
/fs/sdcardfs/
Dpackagelist.c38 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/hfs/
Dattr.c17 const void *value, size_t size, int flags) in hfs_setxattr()
60 void *value, size_t size) in hfs_getxattr()
/fs/jfs/
Dacl.c35 char *value = NULL; in jfs_get_acl() local
81 char *value = NULL; in __jfs_set_acl() local
Dxattr.c675 const void *value, size_t value_len) in can_set_xattr()
700 const void *value, size_t value_len, int flags) in __jfs_setxattr()
851 int jfs_setxattr(struct dentry *dentry, const char *name, const void *value, in jfs_setxattr()
896 char *value; in __jfs_getxattr() local
/fs/ocfs2/
Dacl.c43 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/ubifs/
Dxattr.c101 const struct qstr *nm, const void *value, int size) in create_xattr()
199 struct inode *inode, const void *value, int size) in change_xattr()
307 static int setxattr(struct inode *host, const char *name, const void *value, in setxattr()
369 const void *value, size_t size, int flags) in ubifs_setxattr()
/fs/f2fs/
Dacl.c48 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
210 void *value = NULL; in __f2fs_set_acl() local
Dxattr.c87 struct dentry *dentry, const char *name, const void *value, in f2fs_xattr_generic_set()
141 struct dentry *dentry, const char *name, const void *value, in f2fs_xattr_advise_set()
595 const void *value, size_t size) in f2fs_xattr_value_same()
604 const char *name, const void *value, size_t size, in __f2fs_setxattr()
726 const void *value, size_t size, in f2fs_setxattr()
/fs/ceph/
Dacl.c47 char *value = NULL; in ceph_get_acl() local
88 char *value = NULL; in ceph_set_acl() local
/fs/befs/
Dbtree.c251 const char *key, befs_off_t * value) in befs_btree_find()
340 const char *findkey, befs_off_t * value) in befs_find_key()
421 befs_off_t * value) in befs_btree_read()

1234