Searched defs:udfmp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 311 struct udf_mnt *udfmp = NULL; udf_mountfs() local 521 struct udf_mnt *udfmp; udf_unmount() local 559 struct udf_mnt *udfmp; udf_root() local 572 struct udf_mnt *udfmp; udf_statfs() local 591 struct udf_mnt *udfmp; udf_vget() local 762 udf_find_partmaps(struct udf_mnt * udfmp,struct logvol_desc * lvd) udf_find_partmaps() argument [all...] |
H A D | udf_vnops.c | 426 #define lblkno(udfmp, loc) ((loc) >> (udfmp)->bshift) argument 427 #define blkoff(udfmp, loc) ((loc) & (udfmp)->bmask) argument 428 #define lblktosize(udfmp, blk) ((blk) << (udfmp)->bshift) argument 444 struct udf_mnt *udfmp; in udf_read() local 518 udf_transname(char *cs0string, char *destname, int len, struct udf_mnt *udfmp) in udf_transname() 583 udf_cmpname(char *cs0string, char *cmpname, int cs0len, int cmplen, struct udf_mnt *udfmp) in udf_cmpname() 631 udf_opendir(struct udf_node *node, int offset, int fsize, struct udf_mnt *udfmp) in udf_opendir() 781 struct udf_mnt *udfmp; in udf_readdir() local 1116 struct udf_mnt *udfmp; in udf_lookup() local 1301 struct udf_mnt *udfmp = node->udfmp; in udf_readatoffset() local [all …]
|
H A D | udf.h | 33 struct udf_mnt *udfmp; member 64 struct udf_mnt *udfmp; member 98 udf_readdevblks(struct udf_mnt *udfmp, daddr_t sector, int size, struct buf **bp) in udf_readdevblks()
|
/freebsd/lib/libprocstat/ |
H A D | udf.c | 73 struct udf_mnt *udfmp; member
|