Lines Matching full:mount
11 * file system mount is interpreted as the mount of aggregate,
12 * if not already mounted, and mount of the single/only fileset in
16 * (aka mount inode) initialized with aggregate superblock;
27 * each inode points to the mount inode (to facilitate access to
66 * -EBUSY - mount table full
67 * -ENOTDIR- cvrdvp not directory on a device mount
81 * (initialize mount inode from the superblock) in jfs_mount()
161 * mount (the only/single) fileset in jfs_mount()
210 jfs_err("Mount JFS Failure: %d", rc); in jfs_mount()
218 * FUNCTION: Completes read-write mount, or remounts read-only volume
270 * write MOUNT log record of the file system in jfs_mount_rw()
350 jfs_err("jfs_mount: Mount Failure: File System Dirty."); in chkSuper()
370 jfs_err("jfs_mount: Mount Failure: superblock is corrupt!"); in chkSuper()
432 /* record log's dev_t and mount serial number */ in updateSuper()
477 * function: write a MOUNT log record for file system.
479 * MOUNT record keeps logredo() from processing log records
481 * it is harmless if mount fails.
483 * note: MOUNT record is at aggregate level, not at fileset level,