Home
last modified time | relevance | path

Searched refs:no_setxattr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dxattr.c22 if (fm->fc->no_setxattr) in fuse_setxattr()
39 fm->fc->no_setxattr = 1; in fuse_setxattr()
H A Dacl.c62 if (!fc->posix_acl || fc->no_setxattr) in fuse_set_acl()
H A Dfuse_i.h677 unsigned no_setxattr:1; member