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