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

  /src/sys/fs/filecorefs/
filecore_extern.h 79 struct filecore_mnt { struct
97 #define VFSTOFILECORE(mp) ((struct filecore_mnt *)((mp)->mnt_data))
111 int filecore_bread(struct filecore_mnt *, u_int32_t, int,
113 int filecore_map(struct filecore_mnt *, u_int32_t, daddr_t, daddr_t *);
filecore_extern.h 79 struct filecore_mnt { struct
97 #define VFSTOFILECORE(mp) ((struct filecore_mnt *)((mp)->mnt_data))
111 int filecore_bread(struct filecore_mnt *, u_int32_t, int,
113 int filecore_map(struct filecore_mnt *, u_int32_t, daddr_t, daddr_t *);
filecore_extern.h 79 struct filecore_mnt { struct
97 #define VFSTOFILECORE(mp) ((struct filecore_mnt *)((mp)->mnt_data))
111 int filecore_bread(struct filecore_mnt *, u_int32_t, int,
113 int filecore_map(struct filecore_mnt *, u_int32_t, daddr_t, daddr_t *);

Completed in 32 milliseconds