Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 41) sorted by relevance

12

/fs/xfs/
Dxfs_xattr.c80 .prefix = XATTR_USER_PREFIX,
87 .prefix = XATTR_TRUSTED_PREFIX,
94 .prefix = XATTR_SECURITY_PREFIX,
124 return xfs_xattr_security_handler.prefix; in xfs_xattr_prefix()
126 return xfs_xattr_trusted_handler.prefix; in xfs_xattr_prefix()
128 return xfs_xattr_user_handler.prefix; in xfs_xattr_prefix()
/fs/squashfs/
Dxattr.c137 int type, prefix, name_size; in squashfs_xattr_get() local
146 prefix = type & SQUASHFS_XATTR_PREFIX_MASK; in squashfs_xattr_get()
148 if (prefix == name_index && name_size == name_len) in squashfs_xattr_get()
157 if (prefix == name_index && name_size == name_len && in squashfs_xattr_get()
237 .prefix = XATTR_USER_PREFIX,
267 .prefix = XATTR_TRUSTED_PREFIX,
294 .prefix = XATTR_SECURITY_PREFIX,
/fs/affs/
Dsuper.c191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() argument
239 *prefix = match_strdup(&args[0]); in parse_options()
240 if (!*prefix) in parse_options()
525 char *prefix = NULL; in affs_remount() local
534 &blocksize, &prefix, volume, in affs_remount()
536 kfree(prefix); in affs_remount()
550 if (prefix) { in affs_remount()
552 sbi->s_prefix = prefix; in affs_remount()
/fs/f2fs/
Dxattr.c33 const char *prefix = NULL; in f2fs_xattr_generic_list() local
39 prefix = XATTR_USER_PREFIX; in f2fs_xattr_generic_list()
45 prefix = XATTR_TRUSTED_PREFIX; in f2fs_xattr_generic_list()
49 prefix = XATTR_SECURITY_PREFIX; in f2fs_xattr_generic_list()
58 memcpy(list, prefix, prefix_len); in f2fs_xattr_generic_list()
186 .prefix = XATTR_USER_PREFIX,
194 .prefix = XATTR_TRUSTED_PREFIX,
202 .prefix = F2FS_SYSTEM_ADVISE_PREFIX,
210 .prefix = XATTR_SECURITY_PREFIX,
/fs/cachefiles/
Dnamei.c32 const char *prefix, in __cachefiles_printk_object() argument
38 pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id); in __cachefiles_printk_object()
40 prefix, object->fscache.state->name, in __cachefiles_printk_object()
44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
47 prefix, object->fscache.parent); in __cachefiles_printk_object()
53 prefix, in __cachefiles_printk_object()
64 pr_err("%scookie=NULL\n", prefix); in __cachefiles_printk_object()
70 pr_err("%skey=[%u] '", prefix, keylen); in __cachefiles_printk_object()
/fs/crypto/
Dkeyinfo.c72 const char *prefix, int min_keysize) in validate_user_key() argument
78 int prefix_size = strlen(prefix); in validate_user_key()
91 memcpy(description, prefix, prefix_size); in validate_user_key()
/fs/gfs2/
Dxattr.c377 char *prefix = NULL; in ea_list_i() local
386 prefix = "user."; in ea_list_i()
390 prefix = "system."; in ea_list_i()
394 prefix = "security."; in ea_list_i()
401 memcpy(er->er_data + ei->ei_size, prefix, l); in ea_list_i()
1488 .prefix = XATTR_USER_PREFIX,
1495 .prefix = XATTR_SECURITY_PREFIX,
/fs/jffs2/
Dxattr_user.c51 .prefix = XATTR_USER_PREFIX,
Dxattr_trusted.c51 .prefix = XATTR_TRUSTED_PREFIX,
Dsecurity.c85 .prefix = XATTR_SECURITY_PREFIX,
/fs/debugfs/
Dfile.c696 int nregs, void __iomem *base, char *prefix) in debugfs_print_regs32() argument
701 if (prefix) in debugfs_print_regs32()
702 ret += seq_printf(s, "%s", prefix); in debugfs_print_regs32()
/fs/ext2/
Dxattr_trusted.c50 .prefix = XATTR_TRUSTED_PREFIX,
Dxattr_user.c57 .prefix = XATTR_USER_PREFIX,
/fs/reiserfs/
Dxattr_user.c48 .prefix = XATTR_USER_PREFIX,
Dxattr_trusted.c52 .prefix = XATTR_TRUSTED_PREFIX,
/fs/ext3/
Dxattr_trusted.c50 .prefix = XATTR_TRUSTED_PREFIX,
Dxattr_user.c54 .prefix = XATTR_USER_PREFIX,
/fs/ext4/
Dxattr_trusted.c54 .prefix = XATTR_TRUSTED_PREFIX,
Dxattr_user.c57 .prefix = XATTR_USER_PREFIX,
/fs/hfsplus/
Dxattr_trusted.c67 .prefix = XATTR_TRUSTED_PREFIX,
Dxattr_user.c67 .prefix = XATTR_USER_PREFIX,
/fs/9p/
Dxattr_user.c77 .prefix = XATTR_USER_PREFIX,
Dxattr_trusted.c77 .prefix = XATTR_TRUSTED_PREFIX,
Dxattr_security.c77 .prefix = XATTR_SECURITY_PREFIX,
Dacl.c366 .prefix = POSIX_ACL_XATTR_ACCESS,
373 .prefix = POSIX_ACL_XATTR_DEFAULT,

12