OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:um_fstype
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_inode.h
191
(((ip)->i_ump->
um_fstype
== ULFS1) ? \
196
if ((ip)->i_ump->
um_fstype
== ULFS1) \
204
if ((ip)->i_ump->
um_fstype
== ULFS1) \
212
(((ip)->i_ump->
um_fstype
== ULFS1) ? \
ulfsmount.h
64
u_long
um_fstype
;
member in struct:ulfsmount
ulfs_bmap.c
169
if (ump->
um_fstype
== ULFS1)
196
if (ump->
um_fstype
== ULFS1) {
227
if (ump->
um_fstype
== ULFS1)
287
if (ump->
um_fstype
== ULFS1) {
lfs_vnops.c
2477
if (ump->
um_fstype
== ULFS1)
2503
if (ump->
um_fstype
== ULFS1)
2532
if (ump->
um_fstype
== ULFS1) {
2566
if (ump->
um_fstype
== ULFS1) {
2600
if (ump->
um_fstype
== ULFS1) {
2632
if (ump->
um_fstype
== ULFS1) {
lfs_vfsops.c
1111
ump->
um_fstype
= fs->lfs_is64 ? ULFS2 : ULFS1;
1530
if (ump->
um_fstype
== ULFS1) {
2011
if (ump->
um_fstype
== ULFS1)
2748
if (ump->
um_fstype
== ULFS1) {
ulfs_vnops.c
1190
if (ump->
um_fstype
== ULFS1)
/src/sys/ufs/ufs/
inode.h
246
((ip)->i_ump->
um_fstype
== UFS2 && (ip)->i_ffs2_extsize > 0)
253
(((ip)->i_ump->
um_fstype
== UFS1) ? \
258
if ((ip)->i_ump->
um_fstype
== UFS1) \
266
if ((ip)->i_ump->
um_fstype
== UFS1) \
273
(((ip)->i_ump->
um_fstype
== UFS1) ? \
ufs_bmap.c
150
if (ump->
um_fstype
== UFS1)
177
if (ump->
um_fstype
== UFS1) {
197
KASSERT(ump->
um_fstype
== UFS2 && (ump->um_flags & UFS_EA) != 0);
214
if (ump->
um_fstype
== UFS1)
274
if (ump->
um_fstype
== UFS1) {
dinode.h
144
((ip)->i_ump->
um_fstype
== UFS1) ? \
ufsmount.h
79
u_long
um_fstype
;
member in struct:ufsmount
ufs_inode.c
332
if (ip->i_ump->
um_fstype
== UFS2)
ufs_vnops.c
423
if (ip->i_ump->
um_fstype
== UFS1) {
649
ip->i_ump->
um_fstype
== UFS2) {
2190
if (ump->
um_fstype
== UFS1)
/src/sys/ufs/ffs/
ffs_extattr.c
117
#define I_IS_UFS2(ip) ((ip)->i_ump->
um_fstype
== UFS2)
154
if (uio->uio_rw != UIO_READ || ip->i_ump->
um_fstype
!= UFS2)
272
if (uio->uio_rw != UIO_WRITE || ip->i_ump->
um_fstype
!= UFS2)
590
if (ip->i_ump->
um_fstype
== UFS1)
616
if (ip->i_ump->
um_fstype
== UFS1)
650
if (ip->i_ump->
um_fstype
== UFS1) {
713
if (ip->i_ump->
um_fstype
== UFS1) {
839
if (ip->i_ump->
um_fstype
== UFS1) {
903
if (ip->i_ump->
um_fstype
== UFS1) {
ffs_inode.c
644
#define RBAP(ip, i) (((ip)->i_ump->
um_fstype
== UFS1) ? \
648
if ((ip)->i_ump->
um_fstype
== UFS1) \
708
if (ip->i_ump->
um_fstype
== UFS1)
721
if (ip->i_ump->
um_fstype
== UFS1)
ffs_vfsops.c
406
if (ump->
um_fstype
== UFS2 && (ump->um_flags & UFS_EA) == 0 &&
1391
ump->
um_fstype
= fstype;
1857
if (ump->
um_fstype
== UFS1) {
2107
if (ump->
um_fstype
== UFS1)
2142
if (ump->
um_fstype
== UFS1)
2253
if ((ip)->i_ump->
um_fstype
== UFS1)
2298
if (ump->
um_fstype
== UFS1)
2497
if (VFSTOUFS(mp)->
um_fstype
== UFS1)
ffs_subr.c
81
if (ip->i_ump->
um_fstype
== UFS1) {
ffs_vnops.c
537
if (ump->
um_fstype
== UFS1)
ffs_snapshot.c
2290
if (ip->i_ump->
um_fstype
== UFS1)
2299
if (ip->i_ump->
um_fstype
== UFS1)
2308
if (ip->i_ump->
um_fstype
== UFS1)
2317
if (ip->i_ump->
um_fstype
== UFS1)
2326
if (ip->i_ump->
um_fstype
== UFS1)
/src/usr.bin/fstat/
fstat.c
771
switch (ufsmount.
um_fstype
) {
792
ufsmount.
um_fstype
, Pid);
/src/sys/ufs/chfs/
chfs_vfsops.c
249
ump->
um_fstype
= UFS1;
/src/usr.sbin/pstat/
pstat.c
493
if (ump.
um_fstype
== UFS1) {
/src/sys/ufs/ext2fs/
ext2fs_vfsops.c
747
ump->
um_fstype
= UFS1;
Completed in 38 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026