HomeSort by: relevance | last modified time | path
    Searched defs:l_ci (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_vnops.c 1674 (char *) &pathcomp.ident, &pathcomp.l_ci,
1677 len = UDF_PATH_COMP_SIZE + pathcomp.l_ci;
1762 int pathlen, targetlen, namelen, mntonnamelen, len, l_ci; local in function:udf_do_readlink
1795 l_ci = pathcomp.l_ci;
1798 /* XXX should check for l_ci; bugcompatible now */
1806 /* XXX what should it be if l_ci > 0 ? [4/48.16.1.2] */
1807 if (l_ci || (targetlen < mntonnamelen+1) || !first) {
1813 if (filesize-pathlen > UDF_PATH_COMP_SIZE+l_ci) {
1819 /* XXX should check for l_ci; bugcompatible now *
    [all...]
ecma167-udf.h 225 uint8_t l_ci; member in struct:pathcomp

Completed in 188 milliseconds