Home
last modified time | relevance | path

Searched defs:idmap (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h252 #define zpl_generic_fillattr(idmap, ip, sp) \ argument
255 #define zpl_generic_fillattr(idmap, rqm, ip, sp) \ argument
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_summary.cc74 typedef unordered_map <int, std::string> idmap; typedef
H A Dcmd_pmc_filter.cc75 typedef unordered_map < int ,string > idmap; typedef
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h173 #define zpl_inode_owner_or_capable(idmap, ip) inode_owner_or_capable(idmap, ip) argument
/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()