/freebsd/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-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-permission.m4 | 11 static int test_permission(struct mnt_idmap *idmap,
|
H A D | kernel-inode-setattr.m4 | 11 struct mnt_idmap *idmap,
|
H A D | kernel-inode-create.m4 | 10 static int inode_create(struct mnt_idmap *idmap,
|
H A D | kernel-rename.m4 | 43 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
|
H A D | kernel-tmpfile.m4 | 12 static int tmpfile(struct mnt_idmap *idmap,
|
H A D | kernel-inode-getattr.m4 | 11 struct mnt_idmap *idmap,
|
H A D | kernel-mkdir.m4 | 12 static int mkdir(struct mnt_idmap *idmap,
|
H A D | kernel-acl.m4 | 106 static int set_acl_fn(struct mnt_idmap *idmap,
|
H A D | kernel-xattr-handler.m4 | 76 struct mnt_idmap *idmap,
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | vfs_compat.h | 252 #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 D | zpl.h | 68 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 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()
|
/freebsd/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/sys/contrib/openzfs/include/os/freebsd/ |
H A D | Makefile.am | 26 %D%/spl/sys/idmap.h \
|