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

  /src/sbin/newfs_udf/
udf_core.c 966 unix_mode_to_udf_perm(mode_t mode) function in typeref:typename:uint32_t
2469 fe->perm = udf_rw32(unix_mode_to_udf_perm(st->st_mode));
2569 efe->perm = udf_rw32(unix_mode_to_udf_perm(st->st_mode));
  /src/sys/fs/udf/
udf_subr.c 4151 unix_mode_to_udf_perm(mode_t mode) function in typeref:typename:uint32_t
4411 udf_perm = unix_mode_to_udf_perm(mode & ALLPERMS);

Completed in 18 milliseconds