Home
last modified time | relevance | path

Searched defs:udf_fid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h72 struct udf_fid { struct
73 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 */
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1516 udf_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) in udf_fid() function