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 2240 /* Not supported for ULFS1 file systems. */
2241 if (ump->um_fstype == ULFS1)
2266 /* Not supported for ULFS1 file systems. */
2267 if (ump->um_fstype == ULFS1)
2296 if (ump->um_fstype == ULFS1) {
2330 if (ump->um_fstype == ULFS1) {
2364 if (ump->um_fstype == ULFS1) {
2396 if (ump->um_fstype == ULFS1) {
lfs_vfsops.c 1089 ump->um_fstype = fs->lfs_is64 ? ULFS2 : ULFS1;
1495 if (ump->um_fstype == ULFS1) {
1953 if (ump->um_fstype == ULFS1)
2671 if (ump->um_fstype == ULFS1) {
ulfs_vnops.c 1190 if (ump->um_fstype == ULFS1)

Completed in 17 milliseconds