Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinternal.h269 int do_setxattr(struct mnt_idmap *idmap, struct dentry *dentry,
H A Dxattr.c623 int do_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in do_setxattr() function
659 error = do_setxattr(mnt_idmap(path.mnt), path.dentry, &ctx); in path_setxattr()
711 error = do_setxattr(file_mnt_idmap(f.file), in SYSCALL_DEFINE5()
/openbmc/linux/io_uring/
H A Dxattr.c214 ret = do_setxattr(mnt_idmap(path->mnt), path->dentry, &ix->ctx); in __io_setxattr()