Home
last modified time | relevance | path

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

/netbsd/sys/fs/udf/
H A Decma167-udf.h660 #define UDF_FILE_CHAR_PAR (1 << 3) /* Parent Directory */ macro
H A Dudf_subr.c2300 fid->file_char = UDF_FILE_CHAR_DIR | UDF_FILE_CHAR_PAR; in udf_create_parentfid()
6386 if (fid->file_char & UDF_FILE_CHAR_PAR) in udf_read_fid_stream()
/netbsd/sbin/fsck_udf/
H A Dmain.c3369 if (fid->file_char & UDF_FILE_CHAR_PAR) { in udf_node_pass1_add_entry()
3524 if (fid->file_char & UDF_FILE_CHAR_PAR) { in udf_process_node_pass1()
3594 if (fid->file_char & UDF_FILE_CHAR_PAR) { in udf_node_pass3_repairdir()
/netbsd/sbin/newfs_udf/
H A Dudf_core.c2042 fid->file_char = UDF_FILE_CHAR_DIR | UDF_FILE_CHAR_PAR; in udf_create_parentfid()