HomeSort by: relevance | last modified time | path
    Searched refs:ULFS1 (Results 1 - 6 of 6) 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 63 /* type of fs; currently always ULFS1, theoretically also ULFS2 */
102 #define ULFS1 1
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 2476 /* Not supported for ULFS1 file systems. */
2477 if (ump->um_fstype == ULFS1)
2502 /* Not supported for ULFS1 file systems. */
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)

Completed in 35 milliseconds