| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-generic_fillattr.m4 | 27 struct mnt_idmap *idmap = NULL; 30 generic_fillattr(idmap, in, k); 36 struct mnt_idmap *idmap = NULL; 39 generic_fillattr(idmap, 0, in, k);
|
| H A D | kernel-setattr-prepare.m4 | 40 struct mnt_idmap *idmap = NULL; 42 setattr_prepare(idmap, dentry, attr);
|
| H A D | kernel-inode-permission.m4 | 11 static int test_permission(struct mnt_idmap *idmap,
|
| H A D | kernel-mknod.m4 | 10 static int tmp_mknod(struct mnt_idmap *idmap,
|
| H A D | kernel-symlink.m4 | 9 static int tmp_symlink(struct mnt_idmap *idmap,
|
| H A D | kernel-inode-create.m4 | 10 static int inode_create(struct mnt_idmap *idmap,
|
| H A D | kernel-inode-setattr.m4 | 11 struct mnt_idmap *idmap,
|
| H A D | kernel-tmpfile.m4 | 12 static int tmpfile(struct mnt_idmap *idmap,
|
| H A D | kernel-mkdir.m4 | 12 static int mkdir(struct mnt_idmap *idmap,
|
| H A D | kernel-inode-getattr.m4 | 11 struct mnt_idmap *idmap,
|
| H A D | kernel-rename.m4 | 80 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
|
| H A D | kernel-acl.m4 | 246 static int set_acl_fn(struct mnt_idmap *idmap,
|
| H A D | kernel-xattr-handler.m4 | 186 struct mnt_idmap *idmap,
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 469 #define zpl_generic_fillattr(idmap, ip, sp) \ argument 470 generic_fillattr(idmap, ip, sp) 472 #define zpl_generic_fillattr(idmap, rqm, ip, sp) \ argument 473 generic_fillattr(idmap, rqm, ip, sp)
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zpl.h | 76 extern int zpl_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, 251 #define zpl_inode_owner_or_capable(idmap, ip) inode_owner_or_capable(idmap, ip) argument
|
| /freebsd-14.2/usr.sbin/pmc/ |
| H A D | cmd_pmc_filter.cc | 76 typedef unordered_map < int ,string > idmap; typedef 161 pmc_find_name(idmap & map, uint32_t id, char *list[LIST_MAX], int count) in pmc_find_name() 212 idmap pidmap, tidmap; in pmc_filter_handler()
|
| H A D | cmd_pmc_summary.cc | 75 typedef unordered_map <int, std::string> idmap; typedef 96 idmap pidmap, tidmap, eventnamemap; in pmc_summary_handler()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | idmap_util.c | 650 do_idmap_mount(list_t *idmap, char *source, char *target, int flags) in do_idmap_mount() argument 659 ret = userns_fd_from_idmap(idmap); in do_idmap_mount()
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/ |
| H A D | Makefile.am | 27 %D%/spl/sys/idmap.h \
|