Searched defs:dir_filep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c295 file_t *dir_filep; local
297 dir_filep = getf((int)arg1);
298 if (dir_filep == NULL)
300 ASSERT(dir_filep->f_vnode != NULL);
301 *rval = IS_XATTRDIR(dir_filep->f_vnode);

Completed in 43 milliseconds