Lines Matching refs:fpath_write
51 static char fpath_write[1024]; variable
91 fpath_write, asroot ? UID_ROOT : UID_OWNER, GID_OTHER, 0200); in priv_vfs_readwrite_fowner_setup()
110 fpath_write, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0020); in priv_vfs_readwrite_fgroup_setup()
130 fpath_write, UID_OTHER, GID_OTHER, 0002); in priv_vfs_readwrite_fother_setup()
156 try_io("priv_vfs_readwrite_fowner(write, O_RDONLY)", fpath_write, in priv_vfs_readwrite_fowner()
158 try_io("priv_vfs_readwrite_fowner(write, O_WRONLY)", fpath_write, in priv_vfs_readwrite_fowner()
160 try_io("priv_vfs_readwrite_fowner(write, O_RDWR)", fpath_write, in priv_vfs_readwrite_fowner()
189 try_io("priv_vfs_readwrite_fgroup(write, O_RDONLY)", fpath_write, in priv_vfs_readwrite_fgroup()
191 try_io("priv_vfs_readwrite_fgroup(write, O_WRONLY)", fpath_write, in priv_vfs_readwrite_fgroup()
193 try_io("priv_vfs_readwrite_fgroup(write, O_RDWR)", fpath_write, in priv_vfs_readwrite_fgroup()
222 try_io("priv_vfs_readwrite_fother(write, O_RDONLY)", fpath_write, in priv_vfs_readwrite_fother()
224 try_io("priv_vfs_readwrite_fother(write, O_WRONLY)", fpath_write, in priv_vfs_readwrite_fother()
226 try_io("priv_vfs_readwrite_fother(write, O_RDWR)", fpath_write, in priv_vfs_readwrite_fother()
250 (void)unlink(fpath_write); in priv_vfs_readwrite_cleanup()