Home
last modified time | relevance | path

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

/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c97 #define USTAR_MAGIC (uint8_t []){ 'u', 's', 't', 'a', 'r', 0 } macro
486 if (memcmp(hdrp->magic, USTAR_MAGIC, sizeof(USTAR_MAGIC)) == 0 && in tarfs_alloc_one()