Lines Matching refs:fpath_readwrite
54 static char fpath_readwrite[1024]; variable
96 fpath_readwrite, asroot ? UID_ROOT : UID_OWNER, GID_OTHER, 0600); in priv_vfs_readwrite_fowner_setup()
115 fpath_readwrite, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, in priv_vfs_readwrite_fgroup_setup()
135 fpath_readwrite, UID_OTHER, GID_OTHER, 0006); in priv_vfs_readwrite_fother_setup()
165 try_io("priv_vfs_readwrite_fowner(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner()
167 try_io("priv_vfs_readwrite_fowner(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner()
169 try_io("priv_vfs_readwrite_fowner(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fowner()
198 try_io("priv_vfs_readwrite_fgroup(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup()
200 try_io("priv_vfs_readwrite_fgroup(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup()
202 try_io("priv_vfs_readwrite_fgroup(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fgroup()
231 try_io("priv_vfs_readwrite_fother(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fother()
233 try_io("priv_vfs_readwrite_fother(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fother()
235 try_io("priv_vfs_readwrite_fother(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fother()
256 (void)unlink(fpath_readwrite); in priv_vfs_readwrite_cleanup()