HomeSort by: relevance | last modified time | path
    Searched refs:ULFS_MPNEEDSWAP (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_bswap.h 40 #define ULFS_MPNEEDSWAP(lfs) ((lfs)->um_flags & ULFS_NEEDSWAP)
42 #define ULFS_IPNEEDSWAP(ip) ULFS_MPNEEDSWAP((ip)->i_lfs)
44 #define ULFS_MPNEEDSWAP(ump) (__USE(ump), 0)
ulfs_bmap.c 171 ULFS_MPNEEDSWAP(fs)));
174 ULFS_MPNEEDSWAP(fs));
200 ULFS_MPNEEDSWAP(fs))),
202 ULFS_MPNEEDSWAP(fs))));
208 ULFS_MPNEEDSWAP(fs)),
210 ULFS_MPNEEDSWAP(fs)));
229 ULFS_MPNEEDSWAP(fs)));
232 ULFS_MPNEEDSWAP(fs));
289 ULFS_MPNEEDSWAP(fs)));
295 ULFS_MPNEEDSWAP(fs)))
    [all...]
ulfs_quota2.c 146 const int needswap = ULFS_MPNEEDSWAP(fs);
199 const int needswap = ULFS_MPNEEDSWAP(fs);
302 const int needswap = ULFS_MPNEEDSWAP(fs);
450 const int needswap = ULFS_MPNEEDSWAP(fs);
587 const int needswap = ULFS_MPNEEDSWAP(fs);
663 const int needswap = ULFS_MPNEEDSWAP(fs);
799 const int needswap = ULFS_MPNEEDSWAP(fs);
835 const int needswap = ULFS_MPNEEDSWAP(fs);
874 const int needswap = ULFS_MPNEEDSWAP(fs);
1101 const int needswap = ULFS_MPNEEDSWAP(fs)
    [all...]
ulfs_vnops.c 1192 ULFS_MPNEEDSWAP(ump->um_lfs));
1195 ULFS_MPNEEDSWAP(ump->um_lfs));
lfs_vfsops.c 1955 ULFS_MPNEEDSWAP(fs));
1958 ULFS_MPNEEDSWAP(fs));

Completed in 15 milliseconds