HomeSort by: relevance | last modified time | path
    Searched defs:fs_id (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ffs/
fs.h 299 /* fs_id takes the space of the unused fs_headswitch and fs_trkseek fields */
300 int32_t fs_id[2]; /* unique file system id */ member in struct:fs
377 #define fs_old_headswitch fs_id[0]
378 #define fs_old_trkseek fs_id[1]
fs.h 299 /* fs_id takes the space of the unused fs_headswitch and fs_trkseek fields */
300 int32_t fs_id[2]; /* unique file system id */ member in struct:fs
377 #define fs_old_headswitch fs_id[0]
378 #define fs_old_trkseek fs_id[1]
fs.h 299 /* fs_id takes the space of the unused fs_headswitch and fs_trkseek fields */
300 int32_t fs_id[2]; /* unique file system id */ member in struct:fs
377 #define fs_old_headswitch fs_id[0]
378 #define fs_old_trkseek fs_id[1]

Completed in 85 milliseconds