Searched defs:ufs_open (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dufs.c86 static int ufs_open(const char *path, struct open_file *f);
96 ufs_open,
489 ufs_open(upath, f) function
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c107 static int ufs_open(struct vnode **, int, struct cred *, caller_context_t *);
196 VOPNAME_OPEN, { .vop_open = ufs_open }, /* not blkd */
269 ufs_open(struct vnode **vpp, int flag, struct cred *cr, caller_context_t *ct) function

Completed in 56 milliseconds