OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V7FS_IFMT
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs_inode.h
59
#define v7fs_inode_isdir(i) (((i)->mode &
V7FS_IFMT
) == V7FS_IFDIR)
60
#define v7fs_inode_isfile(i) (((i)->mode &
V7FS_IFMT
) == V7FS_IFREG)
61
#define v7fs_inode_iscdev(i) (((i)->mode &
V7FS_IFMT
) == V7FS_IFCHR)
62
#define v7fs_inode_isbdev(i) (((i)->mode &
V7FS_IFMT
) == V7FS_IFBLK)
64
#define v7fs_inode_islnk(i) (((i)->mode &
V7FS_IFMT
) == V7FSBSD_IFLNK)
65
#define v7fs_inode_issock(i) (((i)->mode &
V7FS_IFMT
) == V7FSBSD_IFSOCK)
67
#define v7fs_inode_isfifo(i) (((i)->mode &
V7FS_IFMT
) == V7FSBSD_IFFIFO)
v7fs.h
164
#define
V7FS_IFMT
0170000 /* File type mask */
v7fs_file.c
161
switch (inode.mode &
V7FS_IFMT
) {
v7fs_vfsops.c
421
if ((mode &
V7FS_IFMT
) == V7FSBSD_IFFIFO)
v7fs_vnops.c
85
return (mode &
V7FS_IFMT
) >> 12;
Completed in 15 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025