| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-generic_fillattr.m4 | 28 struct mnt_idmap *idmap = NULL; 31 generic_fillattr(idmap, in, k); 37 struct mnt_idmap *idmap = NULL; 40 generic_fillattr(idmap, 0, in, k);
|
| H A D | kernel-setattr-prepare.m4 | 41 struct mnt_idmap *idmap = NULL; 43 setattr_prepare(idmap, dentry, attr);
|
| H A D | kernel-mkdir.m4 | 13 static struct dentry *mkdir(struct mnt_idmap *idmap, 29 static int mkdir(struct mnt_idmap *idmap,
|
| H A D | kernel-inode-permission.m4 | 12 static int test_permission(struct mnt_idmap *idmap,
|
| H A D | kernel-inode-setattr.m4 | 12 struct mnt_idmap *idmap,
|
| H A D | kernel-mknod.m4 | 11 static int tmp_mknod(struct mnt_idmap *idmap,
|
| H A D | kernel-symlink.m4 | 10 static int tmp_symlink(struct mnt_idmap *idmap,
|
| H A D | kernel-inode-create.m4 | 11 static int inode_create(struct mnt_idmap *idmap,
|
| H A D | kernel-tmpfile.m4 | 13 static int tmpfile(struct mnt_idmap *idmap,
|
| H A D | kernel-rename.m4 | 44 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
|
| H A D | kernel-inode-getattr.m4 | 12 struct mnt_idmap *idmap,
|
| H A D | kernel-xattr-handler.m4 | 77 struct mnt_idmap *idmap,
|
| H A D | kernel-acl.m4 | 136 static int set_acl_fn(struct mnt_idmap *idmap,
|
| /src/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 254 #define zpl_generic_fillattr(idmap, ip, sp) \ argument 255 generic_fillattr(idmap, ip, sp) 257 #define zpl_generic_fillattr(idmap, rqm, ip, sp) \ argument 258 generic_fillattr(idmap, rqm, ip, sp)
|
| /src/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, 140 #define zpl_inode_owner_or_capable(idmap, ip) inode_owner_or_capable(idmap, ip) argument
|
| /src/crypto/krb5/src/lib/krad/ |
| H A D | packet.c | 65 } idmap; typedef 69 idmap_init(idmap *map) in idmap_init() 76 idmap_set(idmap *map, uchar id) in idmap_set() 83 idmap_isset(const idmap *map, uchar id) in idmap_isset() 91 idmap_find(const idmap *map, uchar *id) in idmap_find() 126 idmap used; in id_generate()
|
| /src/usr.sbin/pmc/ |
| H A D | cmd_pmc_filter.cc | 75 typedef unordered_map < int ,string > idmap; typedef 160 pmc_find_name(idmap & map, uint32_t id, char *list[LIST_MAX], int count) in pmc_find_name() 211 idmap pidmap, tidmap; in pmc_filter_handler()
|
| H A D | cmd_pmc_summary.cc | 74 typedef unordered_map <int, std::string> idmap; typedef 95 idmap pidmap, tidmap, eventnamemap; in pmc_summary_handler()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | idmap_util.c | 651 do_idmap_mount(list_t *idmap, char *source, char *target, int flags) in do_idmap_mount() argument 660 ret = userns_fd_from_idmap(idmap); in do_idmap_mount()
|
| /src/sys/contrib/openzfs/include/os/freebsd/ |
| H A D | Makefile.am | 27 %D%/spl/sys/idmap.h \
|