Searched defs:mount (Results 1 – 8 of 8) sorted by relevance
/minix3/sys/sys/ |
H A D | mount.h | 110 struct mount { struct 114 struct vnode *mnt_vnodecovered; /* vnode we mounted on */ argument 118 kmutex_t mnt_unmounting; /* to prevent new activity */ argument 119 kmutex_t mnt_renamelock; /* per-fs rename lock */ 120 int mnt_refcnt; /* ref count on this structure */ 121 unsigned int mnt_busynest; /* vfs_busy nestings */ 122 int mnt_flag; /* flags */ 123 int mnt_iflag; /* internal flags */ 124 int mnt_fs_bshift; /* offset shift for lblkno */ 125 int mnt_dev_bshift; /* shift for device sectors */ [all …]
|
H A D | disklabel.h | 368 #define FS_TYPENUMS(tag, number, name, fsck, mount) __CONCAT(FS_,tag=number), argument 377 #define FS_TYPENAMES(tag, number, name, fsck, mount) ARRAY_INIT(number,name), argument 384 #define FS_FSCKNAMES(tag, number, name, fsck, mount) ARRAY_INIT(number,fsck), argument 392 #define FS_MOUNTNAMES(tag, number, name, fsck, mount) ARRAY_INIT(number,mount), argument
|
/minix3/lib/libc/compat/sys/ |
H A D | compat_mount.c | 26 mount(const char *type, const char *dir, int flags, void *data) in mount() function
|
/minix3/tests/fs/puffs/ |
H A D | t_basic.c | 63 ATF_TC_HEAD(mount, tc) in ATF_TC_HEAD() argument 69 ATF_TC_BODY(mount, tc) in ATF_TC_BODY() argument
|
/minix3/sbin/newfs_v7fs/ |
H A D | main.c | 271 v7fs_newfs(const struct v7fs_mount_device *mount, int32_t maxfile) in v7fs_newfs()
|
/minix3/sys/fs/v7fs/ |
H A D | v7fs_io_user.c | 71 v7fs_io_init(struct v7fs_self **fs, const struct v7fs_mount_device *mount, in v7fs_io_init()
|
H A D | v7fs_vfsops.c | 252 struct v7fs_mount_device mount; in v7fs_mountfs() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/ |
H A D | cryptlib.c | 416 void CRYPTO_set_add_lock_callback(int (*func) (int *num, int mount, int type, in CRYPTO_set_add_lock_callback()
|