OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LFS_IFMT
(Results
1 - 11
of
11
) sorted by relevancy
/src/sbin/fsck_lfs/
pass1.c
130
if (tinode && (lfs_dino_getmode(fs, tinode) &
LFS_IFMT
) == LFS_IFDIR)
205
mode = lfs_dino_getmode(fs, dp) &
LFS_IFMT
;
231
if (!preen && mode ==
LFS_IFMT
&& reply("HOLD BAD BLOCK") == 1) {
inode.c
139
mode = lfs_dino_getmode(fs, dp) &
LFS_IFMT
;
449
(lfs_dino_getmode(fs, VTOI(vp)->i_din) &
LFS_IFMT
) == LFS_IFDIR ? "DIR" : "FILE");
615
switch (type &
LFS_IFMT
) {
dir.c
323
(lfs_dino_getmode(fs, VTOI(vp)->i_din) &
LFS_IFMT
) == LFS_IFDIR ?
349
((lfs_dino_getmode(fs, dp) &
LFS_IFMT
) == LFS_IFDIR ? "DIR" : "FILE"));
434
lostdir = (lfs_dino_getmode(fs, dp) &
LFS_IFMT
) == LFS_IFDIR;
476
if ((lfs_dino_getmode(fs, dp) &
LFS_IFMT
) != LFS_IFDIR) {
utilities.c
66
switch (lfs_dino_getmode(fs, dp) &
LFS_IFMT
) {
pass2.c
110
mode &= ~
LFS_IFMT
;
411
(lfs_dino_getmode(fs, dp) &
LFS_IFMT
) == LFS_IFDIR ? DSTATE : FSTATE;
/src/sys/ufs/lfs/
lfs_rename.c
774
KASSERT(directory_p == ((VTOI(fvp)->i_mode &
LFS_IFMT
) == LFS_IFDIR));
777
((VTOI(tvp)->i_mode &
LFS_IFMT
) == LFS_IFDIR)));
lfs_rfw.c
363
if ((src->di_mode &
LFS_IFMT
) == LFS_IFLNK
382
if ((src->di_mode &
LFS_IFMT
) == LFS_IFLNK
lfs_segment.c
1232
if (((lfs_dino_getmode(fs, ip->i_din) &
LFS_IFMT
) == LFS_IFREG ||
1233
(lfs_dino_getmode(fs, ip->i_din) &
LFS_IFMT
) == LFS_IFDIR) &&
1265
if ((lfs_dino_getmode(fs, cdp) &
LFS_IFMT
) == LFS_IFLNK)
1267
if (((lfs_dino_getmode(fs, cdp) &
LFS_IFMT
) == LFS_IFBLK ||
1268
(lfs_dino_getmode(fs, cdp) &
LFS_IFMT
) == LFS_IFCHR) && i == 0)
lfs.h
504
#define
LFS_IFMT
0170000 /* Mask of file type. */
lfs_vfsops.c
2442
(ip->i_mode &
LFS_IFMT
) >> 12);
lfs_vnops.c
1184
vap->va_mode = ip->i_mode & ~
LFS_IFMT
;
Completed in 23 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025