HomeSort by: relevance | last modified time | path
    Searched defs:iso_makemp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_vfsops.c 128 static int iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len);
348 iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len) function in typeref:typename:int
482 if (iso_makemp(isomp, pribp, &ext_attr_length) == -1) {
567 if (iso_makemp(isomp, supbp, NULL) == -1) {
cd9660_vfsops.c 128 static int iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len);
348 iso_makemp(struct iso_mnt *isomp, struct buf *bp, int *ea_len) function in typeref:typename:int
482 if (iso_makemp(isomp, pribp, &ext_attr_length) == -1) {
567 if (iso_makemp(isomp, supbp, NULL) == -1) {

Completed in 42 milliseconds