OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nilfs_mount
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/mount_nilfs/
mount_nilfs.h
32
#include <fs/nilfs/
nilfs_mount
.h>
mount_nilfs.c
54
#include <fs/nilfs/
nilfs_mount
.h>
/src/sys/fs/nilfs/
Makefile
5
INCS=
nilfs_mount
.h nilfs_fs.h
nilfs.h
97
#define VFSTONILFS(mp) ((struct
nilfs_mount
*)mp->mnt_data)
106
struct
nilfs_mount
;
159
STAILQ_HEAD(nilfs_mnts,
nilfs_mount
) mounts;
167
struct
nilfs_mount
{
struct
176
STAILQ_ENTRY(
nilfs_mount
) next_mount; /* in nilfs_device */
188
struct
nilfs_mount
*ump;
nilfs_subr.h
33
#define VFSTONILFS(mp) ((struct
nilfs_mount
*)mp->mnt_data)
60
int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct
nilfs_mount
*ump, uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep);
76
int nilfs_dir_detach(struct
nilfs_mount
*ump, struct nilfs_node *dir_node, struct nilfs_node *nilfs_node, struct componentname *cnp);
77
int nilfs_dir_attach(struct
nilfs_mount
*ump, struct nilfs_node *dir_node, struct nilfs_node *nilfs_node, struct vattr *vap, struct componentname *cnp);
nilfs_vfsops.c
61
#include <fs/nilfs/
nilfs_mount
.h>
168
.vfs_mount =
nilfs_mount
,
473
printf("
nilfs_mount
: can't read in super block : %d\n", error);
488
DPRINTF(VOLUMES, ("
nilfs_mount
: accepted super block\n"));
514
DPRINTF(VOLUMES, ("
nilfs_mount
: accepted super root\n"));
571
struct
nilfs_mount
*ump;
707
nilfs_mount_checkpoint(struct
nilfs_mount
*ump)
803
nilfs_stop_writing(struct
nilfs_mount
*ump)
826
struct
nilfs_mount
*ump = VFSTONILFS(mp);
836
nilfs_mount
(struct mount *mp, const char *path
function in typeref:typename:int
[
all
...]
nilfs_subr.c
55
#include <fs/nilfs/
nilfs_mount
.h>
460
* Helper functions of
nilfs_mount
() that actually mounts the disc.
665
nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct
nilfs_mount
*ump,
933
nilfs_dir_detach(struct
nilfs_mount
*ump, struct nilfs_node *dir_node, struct nilfs_node *node, struct componentname *cnp)
940
nilfs_dir_attach(struct
nilfs_mount
*ump, struct nilfs_node *dir_node, struct nilfs_node *node, struct vattr *vap, struct componentname *cnp)
nilfs_vnops.c
55
#include <fs/nilfs/
nilfs_mount
.h>
1408
struct
nilfs_mount
*ump = dir_node->ump;
1443
struct
nilfs_mount
*ump = dir_node->ump;
Completed in 17 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025