OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UFS_EA
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/ufs/ufs/
ufsmount.h
166
#define
UFS_EA
0x10 /* UFS2 with extattrs */
ufs_bmap.c
194
KASSERT(ump->um_fstype == UFS2 && (ump->um_flags &
UFS_EA
) != 0);
/src/sys/ufs/ffs/
ffs_vfsops.c
406
if (ump->um_fstype == UFS2 && (ump->um_flags &
UFS_EA
) == 0 &&
867
ump->um_flags |=
UFS_EA
;
870
if ((ump->um_flags &
UFS_EA
) != 0)
1247
ump->um_flags |=
UFS_EA
;
1250
ump->um_flags |=
UFS_EA
;
2432
if (mp->um_flags &
UFS_EA
) {
ffs_extattr.c
467
if ((ip->i_ump->um_flags &
UFS_EA
) == 0) {
503
KASSERT((ip->i_ump->um_flags &
UFS_EA
) != 0);
ffs_balloc.c
546
KASSERT((ump->um_flags &
UFS_EA
) != 0 || (flags & IO_EXT) == 0);
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025