Home
last modified time | relevance | path

Searched refs:gfs_parent (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c169 parent = dp->gfsd_file.gfs_parent; in gfs_get_parent_ino()
473 fp->gfs_parent = pvp; in gfs_file_create()
613 if (fp->gfs_parent == NULL || (vp->v_flag & V_XATTRDIR)) in gfs_file_inactive()
616 dp = fp->gfs_parent->v_data; in gfs_file_inactive()
640 mutex_enter(&fp->gfs_parent->v_lock); in gfs_file_inactive()
656 fp->gfs_parent->v_xattrdir = NULL; in gfs_file_inactive()
657 mutex_exit(&fp->gfs_parent->v_lock); in gfs_file_inactive()
664 if (fp->gfs_parent) { in gfs_file_inactive()
668 VN_RELE(fp->gfs_parent); in gfs_file_inactive()
679 mutex_exit(&fp->gfs_parent->v_lock); in gfs_file_inactive()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dgfs.h72 vnode_t *gfs_parent; /* parent vnode */ member
120 #define gfs_file_parent(vp) (((gfs_file_t *)(vp)->v_data)->gfs_parent)