Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-generic_fillattr.m427 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 Dkernel-setattr-prepare.m440 struct mnt_idmap *idmap = NULL;
42 setattr_prepare(idmap, dentry, attr);
H A Dkernel-mknod.m410 static int tmp_mknod(struct mnt_idmap *idmap,
H A Dkernel-symlink.m49 static int tmp_symlink(struct mnt_idmap *idmap,
H A Dkernel-inode-permission.m411 static int test_permission(struct mnt_idmap *idmap,
H A Dkernel-inode-setattr.m411 struct mnt_idmap *idmap,
H A Dkernel-inode-create.m410 static int inode_create(struct mnt_idmap *idmap,
H A Dkernel-rename.m443 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
H A Dkernel-tmpfile.m412 static int tmpfile(struct mnt_idmap *idmap,
H A Dkernel-inode-getattr.m411 struct mnt_idmap *idmap,
H A Dkernel-mkdir.m412 static int mkdir(struct mnt_idmap *idmap,
H A Dkernel-acl.m4106 static int set_acl_fn(struct mnt_idmap *idmap,
H A Dkernel-xattr-handler.m476 struct mnt_idmap *idmap,
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h252 #define zpl_generic_fillattr(idmap, ip, sp) \ argument
253 generic_fillattr(idmap, ip, sp)
255 #define zpl_generic_fillattr(idmap, rqm, ip, sp) \ argument
256 generic_fillattr(idmap, rqm, ip, sp)
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h68 extern int zpl_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
173 #define zpl_inode_owner_or_capable(idmap, ip) inode_owner_or_capable(idmap, ip) argument
/freebsd/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()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Didmap_util.c650 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/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am26 %D%/spl/sys/idmap.h \