Searched refs:XATTR_USER (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ext4/ |
| H A 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()
|
| H A 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()
|
| /linux/fs/ext2/ |
| H A 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()
|
| H A D | super.c | 310 if (test_opt(sb, XATTR_USER)) in ext2_show_options() 312 if (!test_opt(sb, XATTR_USER) && in ext2_show_options() 847 set_opt(sbi->s_mount_opt, XATTR_USER); in ext2_set_options()
|
| /linux/fs/smb/client/ |
| H A D | xattr.c | 42 enum { XATTR_USER, XATTR_CIFS_ACL, XATTR_ACL_ACCESS, XATTR_ACL_DEFAULT, enumerator 135 case XATTR_USER: in cifs_xattr_set() 301 case XATTR_USER: in cifs_xattr_get() 437 .flags = XATTR_USER, 445 .flags = XATTR_USER,
|
| /linux/fs/f2fs/ |
| H A D | xattr.c | 55 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_get() 78 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_set() 95 return test_opt(sbi, XATTR_USER); in f2fs_xattr_user_list()
|
| H A D | super.c | 2347 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options() 2543 set_opt(sbi, XATTR_USER); in default_options()
|
| /linux/fs/erofs/ |
| H A D | super.c | 379 set_opt(&sbi->opt, XATTR_USER); in erofs_default_options() 459 set_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 461 clear_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 1028 seq_puts(seq, test_opt(opt, XATTR_USER) ? in erofs_show_options()
|
| H A D | xattr.c | 130 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list() 143 !test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER)) in erofs_xattr_generic_get()
|