Home
last modified time | relevance | path

Searched refs:ufs_open (Results 1 – 2 of 2) sorted by path

/freebsd/stand/libsa/
H A Dufs.c83 static int ufs_open(const char *path, struct open_file *f);
96 .fo_open = ufs_open,
500 ufs_open(const char *upath, struct open_file *f) in ufs_open() function
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c117 static vop_open_t ufs_open; variable
317 ufs_open(struct vop_open_args *ap) in ufs_open() function
3007 .vop_open = ufs_open,