Searched refs:ubifs_xattr_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | crypto.c | 18 return ubifs_xattr_set(inode, UBIFS_XATTR_NAME_ENCRYPTION_CONTEXT, in ubifs_crypt_set_context()
|
D | xattr.c | 283 int ubifs_xattr_set(struct inode *host, const char *name, const void *value, in ubifs_xattr_set() function 599 err = ubifs_xattr_set(inode, name, xattr->value, in init_xattrs() 647 return ubifs_xattr_set(inode, name, value, size, flags, true); in xattr_set()
|
D | ubifs.h | 1771 int ubifs_xattr_set(struct inode *host, const char *name, const void *value,
|