Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c884 int32_t sz, error = 0, sz_req, matched = 0; in ud_dircheckforname() local
910 sz_req = F_LEN + temp; in ud_dircheckforname()
911 sz_req = (sz_req + 3) & ~3; in ud_dircheckforname()
968 if (sz == sz_req) { in ud_dircheckforname()