OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UFS_MPNEEDSWAP
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/ufs/ufs/
ufs_bswap.h
39
#define
UFS_MPNEEDSWAP
(ump) ((ump)->um_flags & UFS_NEEDSWAP)
41
#define UFS_IPNEEDSWAP(ip)
UFS_MPNEEDSWAP
((ip)->i_ump)
43
#define
UFS_MPNEEDSWAP
(ump) ((void)(ump), 0)
ufs_bmap.c
149
UFS_MPNEEDSWAP
(ump));
152
UFS_MPNEEDSWAP
(ump));
178
UFS_MPNEEDSWAP
(ump)),
180
UFS_MPNEEDSWAP
(ump)));
186
UFS_MPNEEDSWAP
(ump)),
188
UFS_MPNEEDSWAP
(ump)));
195
daddr = ufs_rw64(ip->i_ffs2_extb[-1 - bn],
UFS_MPNEEDSWAP
(ump));
213
UFS_MPNEEDSWAP
(ump));
216
UFS_MPNEEDSWAP
(ump));
273
UFS_MPNEEDSWAP
(ump))
[
all
...]
ufs_quota2.c
140
const int needswap =
UFS_MPNEEDSWAP
(ump);
195
const int needswap =
UFS_MPNEEDSWAP
(ump);
296
const int needswap =
UFS_MPNEEDSWAP
(ump);
446
const int needswap =
UFS_MPNEEDSWAP
(ump);
582
const int needswap =
UFS_MPNEEDSWAP
(ump);
665
const int needswap =
UFS_MPNEEDSWAP
(ump);
805
const int needswap =
UFS_MPNEEDSWAP
(ump);
840
const int needswap =
UFS_MPNEEDSWAP
(ump);
878
const int needswap =
UFS_MPNEEDSWAP
(ump);
1104
const int needswap =
UFS_MPNEEDSWAP
(ump)
[
all
...]
ufs_dirhash.c
132
const int needswap =
UFS_MPNEEDSWAP
(ip->i_ump);
342
const int needswap =
UFS_MPNEEDSWAP
(ip->i_ump);
515
const int needswap =
UFS_MPNEEDSWAP
(ip->i_ump);
635
const int needswap =
UFS_MPNEEDSWAP
(ip->i_ump);
682
const int needswap =
UFS_MPNEEDSWAP
(ip->i_ump);
838
const int needswap =
UFS_MPNEEDSWAP
(ip->i_ump);
ufs_rename.c
627
needswap =
UFS_MPNEEDSWAP
(ump);
747
swap = (
UFS_MPNEEDSWAP
(VTOI(vp)->i_ump) == 0);
749
swap = (
UFS_MPNEEDSWAP
(VTOI(vp)->i_ump) != 0);
880
UFS_MPNEEDSWAP
(VTOI(vp)->i_ump));
901
swap = (
UFS_MPNEEDSWAP
(VTOI(vp)->i_ump) == 0);
903
swap = (
UFS_MPNEEDSWAP
(VTOI(vp)->i_ump) != 0);
ufs_lookup.c
350
const int needswap =
UFS_MPNEEDSWAP
(ump);
768
const int needswap =
UFS_MPNEEDSWAP
(ump);
864
const int needswap =
UFS_MPNEEDSWAP
(ump);
922
const int needswap =
UFS_MPNEEDSWAP
(ump);
1156
const int needswap =
UFS_MPNEEDSWAP
(dp->i_ump);
1267
ep->d_ino = ufs_rw32(newinum,
UFS_MPNEEDSWAP
(dp->i_ump));
ufs_vnops.c
425
UFS_MPNEEDSWAP
(ip->i_ump));
445
UFS_MPNEEDSWAP
(ip->i_ump));
1312
dirtemplate.dot_ino = ufs_rw32(ip->i_number,
UFS_MPNEEDSWAP
(ump));
1313
dirtemplate.dotdot_ino = ufs_rw32(dp->i_number,
UFS_MPNEEDSWAP
(ump));
1315
UFS_MPNEEDSWAP
(ump));
1317
UFS_MPNEEDSWAP
(ump));
1320
if (
UFS_MPNEEDSWAP
(ump) == 0)
1322
if (
UFS_MPNEEDSWAP
(ump) != 0)
1571
int nswap =
UFS_MPNEEDSWAP
(ump);
2189
UFS_MPNEEDSWAP
(ump))
[
all
...]
/src/sys/ufs/ffs/
ffs_vfsops.c
2300
UFS_MPNEEDSWAP
(ump));
2303
UFS_MPNEEDSWAP
(ump));
Completed in 25 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025