Home
last modified time | relevance | path

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

/freebsd/tools/regression/priv/
H A Dpriv_vfs_read_write.c51 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()
[all …]