Home
last modified time | relevance | path

Searched defs:pmp (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/usr.sbin/makefs/msdos/
HDmsdosfs_fat.c73 #define SYNCHRONOUS_WRITES(pmp) 1 argument
97 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, in fatblock()
146 struct msdosfsmount *pmp = dep->de_pmp; in pcbmap() local
311 updatefats(struct msdosfsmount *pmp, struct buf *bp, u_long fatbn) in updatefats()
384 usemap_alloc(struct msdosfsmount *pmp, u_long cn) in usemap_alloc()
399 usemap_free(struct msdosfsmount *pmp, u_long cn) in usemap_free()
413 clusterfree(struct msdosfsmount *pmp, u_long cluster) in clusterfree()
449 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, in fatentry()
557 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith) in fatchain()
628 chainlength(struct msdosfsmount *pmp, u_long start, u_long count) in chainlength()
[all …]
HDmsdosfs_vfsops.c80 struct msdosfsmount *pmp = NULL; in msdosfs_mount() local
349 msdosfs_root(struct msdosfsmount *pmp, struct vnode *vp) { in msdosfs_root()
366 msdosfs_fsiflush(struct msdosfsmount *pmp) in msdosfs_fsiflush()
HDmsdosfs_denode.c87 deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, in deget()
220 struct msdosfsmount *pmp = dep->de_pmp; in detrunc() local
332 struct msdosfsmount *pmp = dep->de_pmp; in deextend() local
HDmsdosfs_lookup.c83 struct msdosfsmount *pmp = ddep->de_pmp; in createde() local
200 readep(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, in readep()
240 struct msdosfsmount *pmp = dep->de_pmp; in uniqdosname() local
HDmsdosfs_vnops.c161 struct msdosfsmount *pmp; in msdosfs_findslot() local
441 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_wfile() local
544 struct msdosfsmount *pmp = pdep->de_pmp; in msdosfs_mkdire() local
/freebsd-13-stable/sys/fs/msdosfs/
HDmsdosfs_vfsops.c131 struct msdosfsmount *pmp = VFSTOMSDOSFS(mp); in update_mp() local
236 struct msdosfsmount *pmp = NULL; in msdosfs_mount() local
421 rootdir_free(struct msdosfsmount* pmp) in rootdir_free()
505 struct msdosfsmount *pmp; in mountmsdosfs() local
897 struct msdosfsmount *pmp; in msdosfs_unmount() local
985 struct msdosfsmount *pmp; in msdosfs_remount_ro() local
1018 msdosfs_integrity_error(struct msdosfsmount *pmp) in msdosfs_integrity_error()
1041 struct msdosfsmount *pmp = VFSTOMSDOSFS(mp); in msdosfs_root() local
1058 struct msdosfsmount *pmp; in msdosfs_statfs() local
1076 msdosfs_fsiflush(struct msdosfsmount *pmp, int waitfor) in msdosfs_fsiflush()
[all …]
HDfat.h78 #define FAT12(pmp) (pmp->pm_fatmask == FAT12_MASK) argument
79 #define FAT16(pmp) (pmp->pm_fatmask == FAT16_MASK) argument
80 #define FAT32(pmp) (pmp->pm_fatmask == FAT32_MASK) argument
82 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS) argument
108 markvoldirty(struct msdosfsmount *pmp, bool dirty) in markvoldirty()
HDmsdosfs_fat.c88 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, in fatblock()
143 struct msdosfsmount *pmp = dep->de_pmp; in pcbmap() local
313 updatefats(struct msdosfsmount *pmp, struct buf *bp, u_long fatbn) in updatefats()
386 usemap_alloc(struct msdosfsmount *pmp, u_long cn) in usemap_alloc()
406 usemap_free(struct msdosfsmount *pmp, u_long cn) in usemap_free()
430 clusterfree(struct msdosfsmount *pmp, u_long cluster) in clusterfree()
468 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, in fatentry()
575 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith) in fatchain()
645 chainlength(struct msdosfsmount *pmp, u_long start, u_long count) in chainlength()
702 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, in chainalloc()
[all …]
HDmsdosfsmount.h135 #define FATOFS(pmp, cn) ((cn) * (pmp)->pm_fatmult / (pmp)->pm_fatdiv) argument
159 #define bptoep(pmp, bp, dirofs) \ argument
166 #define de_bn2cn(pmp, bn) \ argument
172 #define de_cn2bn(pmp, cn) \ argument
178 #define de_cluster(pmp, off) \ argument
184 #define de_clcount(pmp, size) \ argument
190 #define de_blk(pmp, off) \ argument
196 #define de_cn2off(pmp, cn) \ argument
202 #define de_bn2off(pmp, bn) \ argument
207 #define cntobn(pmp, cn) \ argument
[all …]
HDmsdosfs_conv.c238 dos2unixfn(u_char dn[11], u_char *un, int lower, struct msdosfsmount *pmp) in dos2unixfn()
300 struct msdosfsmount *pmp) in unix2dosfn()
519 int chksum, struct msdosfsmount *pmp) in unix2winfn()
583 struct msdosfsmount *pmp) in winChkName()
630 struct msdosfsmount *pmp) in win2unixfn()
740 winSlotCnt(const u_char *un, size_t unlen, struct msdosfsmount *pmp) in winSlotCnt()
798 dos2unixchr(u_char *outbuf, const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) in dos2unixchr()
842 unix2doschr(const u_char **instr, size_t *ilen, struct msdosfsmount *pmp) in unix2doschr()
919 win2unixchr(u_char *outbuf, uint16_t wc, struct msdosfsmount *pmp) in win2unixchr()
955 unix2winchr(const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) in unix2winchr()
HDmsdosfs_lookup.c66 msdosfs_lookup_checker(struct msdosfsmount *pmp, struct vnode *dvp, in msdosfs_lookup_checker()
107 struct msdosfsmount *pmp; in msdosfs_deget_dotdot() local
153 struct msdosfsmount *pmp; in msdosfs_lookup_ino() local
639 struct msdosfsmount *pmp = ddep->de_pmp; in createde() local
771 struct msdosfsmount *pmp = dep->de_pmp; in dosdirempty() local
841 struct msdosfsmount *pmp; in doscheckpath() local
929 readep(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, in readep()
983 struct msdosfsmount *pmp = pdep->de_pmp; in removede() local
1045 struct msdosfsmount *pmp = dep->de_pmp; in uniqdosname() local
HDmsdosfs_vnops.c228 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_access() local
259 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_getattr() local
335 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_setattr() local
540 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_read() local
635 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_write() local
957 struct msdosfsmount *pmp; in msdosfs_rename() local
1356 struct msdosfsmount *pmp = pdep->de_pmp; in msdosfs_mkdir() local
1535 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_readdir() local
1800 struct msdosfsmount *pmp; in msdosfs_bmap() local
1952 struct msdosfsmount *pmp = VTODE(ap->a_vp)->de_pmp; in msdosfs_pathconf() local
HDmsdosfs_denode.c98 deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, in deget()
370 struct msdosfsmount *pmp = dep->de_pmp; in detrunc() local
501 struct msdosfsmount *pmp = dep->de_pmp; in deextend() local
HDdenode.h219 #define DETOI(pmp, cn, off) \ argument
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_pid.c267 dt_pid_per_mod(void *arg, const prmap_t *pmp, const char *obj) in dt_pid_per_mod()
404 dt_pid_mod_filt(void *arg, const prmap_t *pmp, const char *obj) in dt_pid_mod_filt()
444 const prmap_t *pmp; in dt_pid_fix_mod() local
516 const prmap_t *aout, *pmp; in dt_pid_create_pid_probes() local
545 const prmap_t *pmp; in dt_pid_create_pid_probes() local
567 dt_pid_usdt_mapping(void *data, const prmap_t *pmp, const char *oname) in dt_pid_usdt_mapping()
HDdt_module.c864 dt_module_t *pmp; in dt_module_getctf() local
/freebsd-13-stable/usr.sbin/makefs/
HDmsdos.c147 struct msdosfsmount *pmp; in msdos_makefs() local
/freebsd-13-stable/usr.bin/calendar/
HDdates.c89 struct cal_month *pm, *pmp; in createdate() local