Home
last modified time | relevance | path

Searched refs:gi_inum_len (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h427 uint64_t gi_inum_len:56; // length of inode range allocated to graft member
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_exclave_fs.c190 } else if (graft_inum < gi->gi_inum_len) { in graft_to_host_inum()
204 } else if ((host_inum >= gi->gi_inum_base) && (host_inum < gi->gi_inum_base + gi->gi_inum_len)) { in host_to_graft_inum()