Searched refs:XATTR_USER (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/ext4/
H A Dxattr_user.c18 return test_opt(dentry->d_sb, XATTR_USER);
26 if (!test_opt(inode->i_sb, XATTR_USER))
39 if (!test_opt(inode->i_sb, XATTR_USER))
H A Dxattr_hurd.c18 return test_opt(dentry->d_sb, XATTR_USER);
26 if (!test_opt(inode->i_sb, XATTR_USER))
40 if (!test_opt(inode->i_sb, XATTR_USER))
H A Dsuper.c4358 set_opt(sb, XATTR_USER);
/linux-master/fs/ext2/
H A Dxattr_user.c17 return test_opt(dentry->d_sb, XATTR_USER);
25 if (!test_opt(inode->i_sb, XATTR_USER))
38 if (!test_opt(inode->i_sb, XATTR_USER))
H A Dsuper.c283 if (test_opt(sb, XATTR_USER))
285 if (!test_opt(sb, XATTR_USER) &&
556 set_opt (opts->s_mount_opt, XATTR_USER);
559 clear_opt (opts->s_mount_opt, XATTR_USER);
891 set_opt(opts.s_mount_opt, XATTR_USER);
/linux-master/fs/smb/client/
H A Dxattr.c40 enum { XATTR_USER, XATTR_CIFS_ACL, XATTR_ACL_ACCESS, XATTR_ACL_DEFAULT, enumerator in enum:__anon9
132 case XATTR_USER:
290 case XATTR_USER:
411 .flags = XATTR_USER,
419 .flags = XATTR_USER,
/linux-master/fs/erofs/
H A Dsuper.c381 set_opt(&sbi->opt, XATTR_USER);
466 set_opt(&sbi->opt, XATTR_USER);
468 clear_opt(&sbi->opt, XATTR_USER);
947 if (test_opt(opt, XATTR_USER))
H A Dxattr.c130 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER);
143 !test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER))
/linux-master/fs/f2fs/
H A Dxattr.c54 if (!test_opt(sbi, XATTR_USER))
77 if (!test_opt(sbi, XATTR_USER))
94 return test_opt(sbi, XATTR_USER);
H A Dsuper.c752 set_opt(sbi, XATTR_USER);
755 clear_opt(sbi, XATTR_USER);
1978 if (test_opt(sbi, XATTR_USER))
2162 set_opt(sbi, XATTR_USER);

Completed in 179 milliseconds