Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr_hurd.c18 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()
39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
H A Dxattr_user.c18 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()
38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
H A Dsuper.c4131 set_opt(sb, XATTR_USER); in ext4_fill_super()
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr_user.c17 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()
37 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
H A Dsuper.c287 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
289 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
561 set_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
564 clear_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
896 set_opt(opts.s_mount_opt, XATTR_USER); in ext2_fill_super()
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr_user.c17 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 Dsuper.c284 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()
891 set_opt(opts.s_mount_opt, XATTR_USER); in ext2_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr_hurd.c18 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()
H A Dxattr_user.c18 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 Dsuper.c4366 set_opt(sb, XATTR_USER); in ext4_set_def_opts()
/kernel/linux/linux-5.10/fs/cifs/
H A Dxattr.c50 enum { XATTR_USER, XATTR_CIFS_ACL, XATTR_ACL_ACCESS, XATTR_ACL_DEFAULT, enumerator
139 case XATTR_USER: in cifs_xattr_set()
312 case XATTR_USER: in cifs_xattr_get()
439 .flags = XATTR_USER,
447 .flags = XATTR_USER,
/kernel/linux/linux-6.6/fs/smb/client/
H A Dxattr.c40 enum { XATTR_USER, XATTR_CIFS_ACL, XATTR_ACL_ACCESS, XATTR_ACL_DEFAULT, enumerator
132 case XATTR_USER: in cifs_xattr_set()
290 case XATTR_USER: in cifs_xattr_get()
411 .flags = XATTR_USER,
419 .flags = XATTR_USER,
/kernel/linux/linux-5.10/fs/erofs/
H A Dsuper.c206 set_opt(ctx, XATTR_USER); in erofs_default_options()
250 set_opt(ctx, XATTR_USER); in erofs_fc_parse_param()
252 clear_opt(ctx, XATTR_USER); in erofs_fc_parse_param()
575 if (test_opt(ctx, XATTR_USER)) in erofs_show_options()
H A Dxattr.c433 return test_opt(&EROFS_SB(dentry->d_sb)->ctx, XATTR_USER); in erofs_xattr_user_list()
480 if (!test_opt(&sbi->ctx, XATTR_USER)) in erofs_xattr_generic_get()
/kernel/linux/linux-6.6/fs/erofs/
H A Dsuper.c378 set_opt(&ctx->opt, XATTR_USER); in erofs_default_options()
464 set_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
466 clear_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
948 if (test_opt(opt, XATTR_USER)) in erofs_show_options()
H A Dxattr.c130 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()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dxattr.c53 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_get()
75 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_set()
92 return test_opt(sbi, XATTR_USER); in f2fs_xattr_user_list()
H A Dsuper.c603 set_opt(sbi, XATTR_USER); in parse_options()
606 clear_opt(sbi, XATTR_USER); in parse_options()
1630 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options()
1771 set_opt(sbi, XATTR_USER); in default_options()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dxattr.c54 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()
H A Dsuper.c764 set_opt(sbi, XATTR_USER); in parse_options()
767 clear_opt(sbi, XATTR_USER); in parse_options()
2016 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options()
2206 set_opt(sbi, XATTR_USER); in default_options()

Completed in 50 milliseconds