Home
last modified time | relevance | path

Searched refs:idmap (Results 1 – 20 of 20) sorted by relevance

/src/sys/contrib/openzfs/config/
H A Dkernel-generic_fillattr.m428 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 Dkernel-setattr-prepare.m441 struct mnt_idmap *idmap = NULL;
43 setattr_prepare(idmap, dentry, attr);
H A Dkernel-mkdir.m413 static struct dentry *mkdir(struct mnt_idmap *idmap,
29 static int mkdir(struct mnt_idmap *idmap,
H A Dkernel-inode-permission.m412 static int test_permission(struct mnt_idmap *idmap,
H A Dkernel-inode-setattr.m412 struct mnt_idmap *idmap,
H A Dkernel-mknod.m411 static int tmp_mknod(struct mnt_idmap *idmap,
H A Dkernel-symlink.m410 static int tmp_symlink(struct mnt_idmap *idmap,
H A Dkernel-inode-create.m411 static int inode_create(struct mnt_idmap *idmap,
H A Dkernel-tmpfile.m413 static int tmpfile(struct mnt_idmap *idmap,
H A Dkernel-rename.m444 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
H A Dkernel-inode-getattr.m412 struct mnt_idmap *idmap,
H A Dkernel-xattr-handler.m477 struct mnt_idmap *idmap,
H A Dkernel-acl.m4136 static int set_acl_fn(struct mnt_idmap *idmap,
/src/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h254 #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 Dzpl.h70 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 Dpacket.c65 } 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 Dcmd_pmc_filter.cc75 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 Dcmd_pmc_summary.cc74 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 Didmap_util.c651 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 DMakefile.am27 %D%/spl/sys/idmap.h \