Lines Matching refs:asroot
51 priv_vfs_chmod_froot_setup(int asroot, int injail, struct test *test) in priv_vfs_chmod_froot_setup() argument
61 priv_vfs_chmod_fowner_setup(int asroot, int injail, struct test *test) in priv_vfs_chmod_fowner_setup() argument
71 priv_vfs_chmod_fother_setup(int asroot, int injail, struct test *test) in priv_vfs_chmod_fother_setup() argument
81 priv_vfs_chmod_froot(int asroot, int injail, struct test *test) in priv_vfs_chmod_froot() argument
86 if (asroot && injail) in priv_vfs_chmod_froot()
88 if (asroot && !injail) in priv_vfs_chmod_froot()
90 if (!asroot && injail) in priv_vfs_chmod_froot()
93 if (!asroot && !injail) in priv_vfs_chmod_froot()
99 priv_vfs_chmod_fowner(int asroot, int injail, struct test *test) in priv_vfs_chmod_fowner() argument
104 if (asroot && injail) in priv_vfs_chmod_fowner()
106 if (asroot && !injail) in priv_vfs_chmod_fowner()
109 if (!asroot && injail) in priv_vfs_chmod_fowner()
112 if (!asroot && !injail) in priv_vfs_chmod_fowner()
118 priv_vfs_chmod_fother(int asroot, int injail, struct test *test) in priv_vfs_chmod_fother() argument
123 if (asroot && injail) in priv_vfs_chmod_fother()
125 if (asroot && !injail) in priv_vfs_chmod_fother()
128 if (!asroot && injail) in priv_vfs_chmod_fother()
131 if (!asroot && !injail) in priv_vfs_chmod_fother()
137 priv_vfs_chmod_cleanup(int asroot, int injail, struct test *test) in priv_vfs_chmod_cleanup() argument