OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:union_mount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/union/
union_vfsops.c
105
union_mount
(struct mount *mp, const char *path, void *data, size_t *data_len)
function in typeref:typename:int
112
struct
union_mount
*um = 0;
347
struct
union_mount
*um = MOUNTTOUNIONMOUNT(mp);
400
* Finally, throw away the
union_mount
structure
410
struct
union_mount
*um = MOUNTTOUNIONMOUNT(mp);
438
struct
union_mount
*um = MOUNTTOUNIONMOUNT(mp);
513
struct
union_mount
*um = MOUNTTOUNIONMOUNT(mp);
522
struct
union_mount
*um = MOUNTTOUNIONMOUNT(mp);
537
.vfs_mount =
union_mount
,
union.h
93
struct
union_mount
{
struct
152
extern int union_mkshadow(struct
union_mount
*, struct vnode *,
154
extern int union_mkwhiteout(struct
union_mount
*, struct vnode *,
167
#define MOUNTTOUNIONMOUNT(mp) ((struct
union_mount
*)((mp)->mnt_data))
Completed in 10 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025