Searched refs:XATTR_USER (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/fs/ext2/ |
| D | xattr_user.c | 17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list() 25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get() 38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
|
| D | super.c | 284 if (test_opt(sb, XATTR_USER)) in ext2_show_options() 286 if (!test_opt(sb, XATTR_USER) && in ext2_show_options() 556 set_opt (opts->s_mount_opt, XATTR_USER); in parse_options() 559 clear_opt (opts->s_mount_opt, XATTR_USER); in parse_options() 892 set_opt(opts.s_mount_opt, XATTR_USER); in ext2_fill_super()
|
| /Linux-v6.1/fs/ext4/ |
| D | xattr_hurd.c | 18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list() 26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get() 40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
|
| D | xattr_user.c | 18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list() 26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get() 39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
|
| D | super.c | 4295 set_opt(sb, XATTR_USER); in ext4_set_def_opts()
|
| /Linux-v6.1/fs/cifs/ |
| D | xattr.c | 40 enum { XATTR_USER, XATTR_CIFS_ACL, XATTR_ACL_ACCESS, XATTR_ACL_DEFAULT, enumerator 132 case XATTR_USER: in cifs_xattr_set() 313 case XATTR_USER: in cifs_xattr_get() 455 .flags = XATTR_USER, 463 .flags = XATTR_USER,
|
| /Linux-v6.1/fs/f2fs/ |
| D | xattr.c | 54 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_get() 77 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_set() 94 return test_opt(sbi, XATTR_USER); in f2fs_xattr_user_list()
|
| D | super.c | 734 set_opt(sbi, XATTR_USER); in parse_options() 737 clear_opt(sbi, XATTR_USER); in parse_options() 1910 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options() 2080 set_opt(sbi, XATTR_USER); in default_options()
|
| /Linux-v6.1/fs/erofs/ |
| D | super.c | 443 set_opt(&ctx->opt, XATTR_USER); in erofs_default_options() 529 set_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param() 531 clear_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param() 1082 if (test_opt(opt, XATTR_USER)) in erofs_show_options()
|
| D | xattr.c | 385 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list() 434 if (!test_opt(&sbi->opt, XATTR_USER)) in erofs_xattr_generic_get()
|