Symbol: XATTR_USER
fs/erofs/super.c
1028
seq_puts(seq, test_opt(opt, XATTR_USER) ?
fs/erofs/super.c
381
set_opt(&sbi->opt, XATTR_USER);
fs/erofs/super.c
457
set_opt(&sbi->opt, XATTR_USER);
fs/erofs/super.c
459
clear_opt(&sbi->opt, XATTR_USER);
fs/erofs/xattr.c
408
return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER);
fs/erofs/xattr.c
421
!test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER))
fs/ext2/super.c
309
if (test_opt(sb, XATTR_USER))
fs/ext2/super.c
311
if (!test_opt(sb, XATTR_USER) &&
fs/ext2/super.c
834
set_opt(sbi->s_mount_opt, XATTR_USER);
fs/ext2/xattr_user.c
17
return test_opt(dentry->d_sb, XATTR_USER);
fs/ext2/xattr_user.c
25
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext2/xattr_user.c
38
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/super.c
4403
set_opt(sb, XATTR_USER);
fs/ext4/xattr_hurd.c
18
return test_opt(dentry->d_sb, XATTR_USER);
fs/ext4/xattr_hurd.c
26
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/xattr_hurd.c
40
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/xattr_user.c
18
return test_opt(dentry->d_sb, XATTR_USER);
fs/ext4/xattr_user.c
26
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/xattr_user.c
39
if (!test_opt(inode->i_sb, XATTR_USER))
fs/f2fs/super.c
2407
if (test_opt(sbi, XATTR_USER))
fs/f2fs/super.c
2603
set_opt(sbi, XATTR_USER);
fs/f2fs/xattr.c
56
if (!test_opt(sbi, XATTR_USER))
fs/f2fs/xattr.c
79
if (!test_opt(sbi, XATTR_USER))
fs/f2fs/xattr.c
96
return test_opt(sbi, XATTR_USER);
fs/smb/client/xattr.c
134
case XATTR_USER:
fs/smb/client/xattr.c
300
case XATTR_USER:
fs/smb/client/xattr.c
436
.flags = XATTR_USER,
fs/smb/client/xattr.c
444
.flags = XATTR_USER,