| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-generic_fillattr.m4 | 9 dnl # generic_fillattr() now takes struct mnt_idmap* as the first argument 28 struct mnt_idmap *idmap = NULL; 37 struct mnt_idmap *idmap = NULL; 46 [whether generic_fillattr requires struct mnt_idmap* and request_mask]) 50 [generic_fillattr requires struct mnt_idmap* and u32 request_mask]) 54 AC_MSG_CHECKING([whether generic_fillattr requires struct mnt_idmap*]) 58 [generic_fillattr requires struct mnt_idmap*])
|
| H A D | kernel-inode-permission.m4 | 5 dnl # iops->permission() now takes struct mnt_idmap* 12 static int test_permission(struct mnt_idmap *idmap, 40 AC_MSG_CHECKING([whether iops->permission() takes struct mnt_idmap*]) 44 [iops->permission() takes struct mnt_idmap*])
|
| H A D | kernel-mkdir.m4 | 13 static struct dentry *mkdir(struct mnt_idmap *idmap, 24 dnl # mkdir() takes struct mnt_idmap * as the first arg 29 static int mkdir(struct mnt_idmap *idmap, 92 dnl # mkdir() takes struct mnt_idmap * as the first arg 94 AC_MSG_CHECKING([whether iops->mkdir() takes struct mnt_idmap*]) 98 [iops->mkdir() takes struct mnt_idmap*])
|
| H A D | kernel-inode-setattr.m4 | 6 dnl # is changed to struct mnt_idmap* 12 struct mnt_idmap *idmap, 47 AC_MSG_CHECKING([whether iops->setattr() takes mnt_idmap]) 51 [iops->setattr() takes struct mnt_idmap*])
|
| H A D | kernel-symlink.m4 | 5 dnl # to struct mnt_idmap* 10 static int tmp_symlink(struct mnt_idmap *idmap, 39 AC_MSG_CHECKING([whether iops->symlink() takes struct mnt_idmap*]) 43 [iops->symlink() takes struct mnt_idmap*])
|
| H A D | kernel-mknod.m4 | 5 dnl # The first arg is now struct mnt_idmap* 11 static int tmp_mknod(struct mnt_idmap *idmap, 41 AC_MSG_CHECKING([whether iops->mknod() takes struct mnt_idmap*]) 45 [iops->mknod() takes struct mnt_idmap*])
|
| H A D | kernel-inode-create.m4 | 5 dnl # The first arg is changed to struct mnt_idmap * 11 static int inode_create(struct mnt_idmap *idmap, 57 AC_MSG_CHECKING([whether iops->create() takes struct mnt_idmap*]) 61 [iops->create() takes struct mnt_idmap*])
|
| H A D | kernel-rename.m4 | 40 dnl # 6.3 API change - the first arg is now struct mnt_idmap* 44 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip, 56 AC_MSG_CHECKING([whether iops->rename() takes struct mnt_idmap*]) 60 [iops->rename() takes struct mnt_idmap*])
|
| H A D | kernel-setattr-prepare.m4 | 34 dnl # The first arg of setattr_prepare() is changed to struct mnt_idmap* 41 struct mnt_idmap *idmap = NULL; 48 AC_MSG_CHECKING([whether setattr_prepare() is available and accepts struct mnt_idmap*]) 53 [setattr_prepare() accepts mnt_idmap])
|
| H A D | kernel-inode-getattr.m4 | 6 dnl # is changed to struct mnt_idmap* 12 struct mnt_idmap *idmap, 67 AC_MSG_CHECKING([whether iops->getattr() takes mnt_idmap]) 71 [iops->getattr() takes struct mnt_idmap*])
|
| H A D | kernel-idmap_mnt_api.m4 | 28 dnl # 6.8 decouples mnt_idmap from user_namespace. This is all internal 29 dnl # to mnt_idmap so we can't detect it directly, but we detect a related 47 [mnt_idmap does not have user_namespace])
|
| H A D | kernel-tmpfile.m4 | 9 dnl # The first arg is now struct mnt_idmap * 13 static int tmpfile(struct mnt_idmap *idmap, 63 AC_DEFINE(HAVE_TMPFILE_IDMAP, 1, [i_op->tmpfile() has mnt_idmap])
|
| H A D | kernel-xattr-handler.m4 | 77 struct mnt_idmap *idmap, 125 dnl # The xattr_handler->set() callback 2nd arg is now struct mnt_idmap * 127 AC_MSG_CHECKING([whether xattr_handler->set() wants dentry, inode, and mnt_idmap]) 131 [xattr_handler->set() takes mnt_idmap])
|
| H A D | kernel-is_owner_or_cap.m4 | 54 [whether inode_owner_or_capable() takes mnt_idmap]) 58 [inode_owner_or_capable() takes mnt_idmap])
|
| H A D | kernel-acl.m4 | 130 dnl # set_acl() first parameter changed to struct mnt_idmap * 136 static int set_acl_fn(struct mnt_idmap *idmap, 191 [iops->set_acl() takes 4 args, arg1 is struct mnt_idmap *])
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | types.h | 65 struct mnt_idmap { struct 70 typedef struct mnt_idmap zidmap_t; argument 73 struct mnt_idmap { struct 77 typedef struct mnt_idmap zidmap_t; argument 78 #define idmap_owner(p) (((struct mnt_idmap *)p)->owner)
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 172 zpl_create(struct mnt_idmap *user_ns, struct inode *dir, in zpl_create() 225 zpl_mknod(struct mnt_idmap *user_ns, struct inode *dir, in zpl_mknod() 284 zpl_tmpfile(struct mnt_idmap *userns, struct inode *dir, in zpl_tmpfile() 383 zpl_mkdir(struct mnt_idmap *user_ns, struct inode *dir, in zpl_mkdir() 387 zpl_mkdir(struct mnt_idmap *user_ns, struct inode *dir, in zpl_mkdir() 475 zpl_getattr_impl(struct mnt_idmap *user_ns, in zpl_getattr_impl() 576 zpl_setattr(struct mnt_idmap *user_ns, struct dentry *dentry, in zpl_setattr() 650 zpl_rename2(struct mnt_idmap *user_ns, struct inode *sdip, in zpl_rename2() 705 zpl_symlink(struct mnt_idmap *user_ns, struct inode *dir, in zpl_symlink()
|
| H A D | zpl_ctldir.c | 97 zpl_root_getattr_impl(struct mnt_idmap *user_ns, in zpl_root_getattr_impl() 337 zpl_snapdir_rename2(struct mnt_idmap *user_ns, struct inode *sdip, in zpl_snapdir_rename2() 392 zpl_snapdir_mkdir(struct mnt_idmap *user_ns, struct inode *dip, in zpl_snapdir_mkdir() 396 zpl_snapdir_mkdir(struct mnt_idmap *user_ns, struct inode *dip, in zpl_snapdir_mkdir() 438 zpl_snapdir_getattr_impl(struct mnt_idmap *user_ns, in zpl_snapdir_getattr_impl() 594 zpl_shares_getattr_impl(struct mnt_idmap *user_ns, in zpl_shares_getattr_impl()
|
| H A D | zpl_xattr.c | 1044 zpl_set_acl(struct mnt_idmap *userns, struct dentry *dentry, in zpl_set_acl()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | xattr_compat.h | 83 fn(const struct xattr_handler *handler, struct mnt_idmap *user_ns, \
|
| H A D | vfs_compat.h | 218 func(struct mnt_idmap *user_ns, const struct path *path, \
|
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zpl.h | 70 extern int zpl_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
|