Lines Matching refs:fpath_readwrite
52 static char fpath_readwrite[1024]; variable
94 fpath_readwrite, asroot ? UID_ROOT : UID_OWNER, GID_OTHER, 0600); in priv_vfs_readwrite_fowner_setup()
113 fpath_readwrite, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, in priv_vfs_readwrite_fgroup_setup()
133 fpath_readwrite, UID_OTHER, GID_OTHER, 0006); in priv_vfs_readwrite_fother_setup()
163 try_io("priv_vfs_readwrite_fowner(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner()
165 try_io("priv_vfs_readwrite_fowner(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner()
167 try_io("priv_vfs_readwrite_fowner(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fowner()
196 try_io("priv_vfs_readwrite_fgroup(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup()
198 try_io("priv_vfs_readwrite_fgroup(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup()
200 try_io("priv_vfs_readwrite_fgroup(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fgroup()
229 try_io("priv_vfs_readwrite_fother(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fother()
231 try_io("priv_vfs_readwrite_fother(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fother()
233 try_io("priv_vfs_readwrite_fother(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fother()
254 (void)unlink(fpath_readwrite); in priv_vfs_readwrite_cleanup()