Lines Matching defs:asroot

53 priv_vfs_chmod_froot_setup(int asroot, int injail, struct test *test)
63 priv_vfs_chmod_fowner_setup(int asroot, int injail, struct test *test)
73 priv_vfs_chmod_fother_setup(int asroot, int injail, struct test *test)
83 priv_vfs_chmod_froot(int asroot, int injail, struct test *test)
88 if (asroot && injail)
89 expect("priv_vfs_chmod_froot(asroot, injail)", error, 0, 0);
90 if (asroot && !injail)
91 expect("priv_vfs_chmod_froot(asroot, !injail)", error, 0, 0);
92 if (!asroot && injail)
93 expect("priv_vfs_chmod_froot(!asroot, injail)", error, -1,
95 if (!asroot && !injail)
96 expect("priv_vfs_chmod_froot(!asroot, !injail)", error, -1,
101 priv_vfs_chmod_fowner(int asroot, int injail, struct test *test)
106 if (asroot && injail)
107 expect("priv_vfs_chmod_fowner(asroot, injail)", error, 0, 0);
108 if (asroot && !injail)
109 expect("priv_vfs_chmod_fowner(asroot, !injail)", error, 0,
111 if (!asroot && injail)
112 expect("priv_vfs_chmod_fowner(!asroot, injail)", error, 0,
114 if (!asroot && !injail)
115 expect("priv_vfs_chmod_fowner(!asroot, !injail)", error, 0,
120 priv_vfs_chmod_fother(int asroot, int injail, struct test *test)
125 if (asroot && injail)
126 expect("priv_vfs_chmod_fother(asroot, injail)", error, 0, 0);
127 if (asroot && !injail)
128 expect("priv_vfs_chmod_fother(asroot, !injail)", error, 0,
130 if (!asroot && injail)
131 expect("priv_vfs_chmod_fother(!asroot, injail)", error, -1,
133 if (!asroot && !injail)
134 expect("priv_vfs_chmod_fother(!asroot, !injail)", error, -1,
139 priv_vfs_chmod_cleanup(int asroot, int injail, struct test *test)