Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dxattr.h97 int xattr_supports_user_prefix(struct inode *inode);
/Linux-v6.6/fs/
Dxattr.c163 xattr_supports_user_prefix(struct inode *inode) in xattr_supports_user_prefix() function
182 EXPORT_SYMBOL(xattr_supports_user_prefix);
/Linux-v6.6/fs/nfsd/
Dnfs4xdr.c3464 err = xattr_supports_user_prefix(d_inode(dentry)); in nfsd4_encode_fattr()