Lines Matching refs:set
87 * @inode: the inode on which to set an xattr
90 * set or remove an extended attribute on a read-only filesystem or on an
197 if (!handler->set)
201 return handler->set(handler, idmap, dentry, inode, name, value,
212 * @name: xattr name to set
213 * @value: value to set @name to
263 * __vfs_setxattr_locked - set an extended attribute while holding the inode
268 * @name: xattr name to set
269 * @value: value to set @name to
517 if (!handler->set)
519 return handler->set(handler, idmap, dentry, inode, name, NULL, 0,
525 * __vfs_removexattr_locked - set an extended attribute while holding the inode
1024 * The get and set xattr handler operations are called with the remainder of
1181 * simple_xattr_set - set an xattr object
1186 * @flags: the flags determining how to set the xattr
1361 * initialization when a few distinct initial xattrs are supposed to be set.