Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c130 } xattr_file_t; typedef
141 xattr_file_t *np = (*vpp)->v_data; in xattr_file_open()
154 xattr_file_t *np = vp->v_data; in xattr_file_access()
482 xattr_file_t *np = vp->v_data; in xattr_file_getattr()
522 xattr_file_t *np = vp->v_data; in xattr_file_read()
848 xattr_file_t *np; in xattr_mkfile()
850 vp = gfs_file_create(sizeof (xattr_file_t), pvp, xattr_file_ops); in xattr_mkfile()