Lines Matching refs:fpath_write
53 static char fpath_write[1024]; variable
93 fpath_write, asroot ? UID_ROOT : UID_OWNER, GID_OTHER, 0200); in priv_vfs_readwrite_fowner_setup()
112 fpath_write, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0020); in priv_vfs_readwrite_fgroup_setup()
132 fpath_write, UID_OTHER, GID_OTHER, 0002); in priv_vfs_readwrite_fother_setup()
158 try_io("priv_vfs_readwrite_fowner(write, O_RDONLY)", fpath_write, in priv_vfs_readwrite_fowner()
160 try_io("priv_vfs_readwrite_fowner(write, O_WRONLY)", fpath_write, in priv_vfs_readwrite_fowner()
162 try_io("priv_vfs_readwrite_fowner(write, O_RDWR)", fpath_write, in priv_vfs_readwrite_fowner()
191 try_io("priv_vfs_readwrite_fgroup(write, O_RDONLY)", fpath_write, in priv_vfs_readwrite_fgroup()
193 try_io("priv_vfs_readwrite_fgroup(write, O_WRONLY)", fpath_write, in priv_vfs_readwrite_fgroup()
195 try_io("priv_vfs_readwrite_fgroup(write, O_RDWR)", fpath_write, in priv_vfs_readwrite_fgroup()
224 try_io("priv_vfs_readwrite_fother(write, O_RDONLY)", fpath_write, in priv_vfs_readwrite_fother()
226 try_io("priv_vfs_readwrite_fother(write, O_WRONLY)", fpath_write, in priv_vfs_readwrite_fother()
228 try_io("priv_vfs_readwrite_fother(write, O_RDWR)", fpath_write, in priv_vfs_readwrite_fother()
252 (void)unlink(fpath_write); in priv_vfs_readwrite_cleanup()