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

  /src/sys/ufs/ufs/
ufs_bswap.h 41 #define UFS_IPNEEDSWAP(ip) UFS_MPNEEDSWAP((ip)->i_ump)
45 #define UFS_IPNEEDSWAP(ip) ((void)(ip), 0)
ufs_lookup.c 1304 const int needswap = UFS_IPNEEDSWAP(ip);
  /src/sys/ufs/ffs/
ffs_snapshot.c 2291 return ufs_rw32(ip->i_ffs1_db[loc], UFS_IPNEEDSWAP(ip));
2293 return ufs_rw64(ip->i_ffs2_db[loc], UFS_IPNEEDSWAP(ip));
2300 ip->i_ffs1_db[loc] = ufs_rw32(val, UFS_IPNEEDSWAP(ip));
2302 ip->i_ffs2_db[loc] = ufs_rw64(val, UFS_IPNEEDSWAP(ip));
2309 return ufs_rw32(ip->i_ffs1_ib[loc], UFS_IPNEEDSWAP(ip));
2311 return ufs_rw64(ip->i_ffs2_ib[loc], UFS_IPNEEDSWAP(ip));
2318 return ufs_rw32(((int32_t *)(bf))[loc], UFS_IPNEEDSWAP(ip));
2320 return ufs_rw64(((int64_t *)(bf))[loc], UFS_IPNEEDSWAP(ip));
2327 ((int32_t *)(bf))[loc] = ufs_rw32(val, UFS_IPNEEDSWAP(ip));
2329 ((int64_t *)(bf))[loc] = ufs_rw64(val, UFS_IPNEEDSWAP(ip))
    [all...]

Completed in 15 milliseconds