Searched defs:udf_fid (Results 1 – 2 of 2) sorted by relevance
72 struct udf_fid { struct73 uint16_t udfid_len; /* Length of data */74 uint16_t udfid_prn; /* the partition number of icb */75 uint32_t udfid_icb_lbn; /* file entry block no */76 uint32_t udfid_uinq_lo; /* uniq id to validate the vnode */
1516 udf_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) in udf_fid() function