Lines Matching defs:flags
175 const int dirfd, const char *const path, const int flags)
177 const int rval = unlinkat(dirfd, path, flags);
183 switch(flags) {
203 const int dirfd, const char *const path, uid_t owner, gid_t group, int flags)
207 rval = fchownat(dirfd, path, owner, group, flags);
212 tst_decode_fd(dirfd), path, owner, group, flags);
216 dirfd, tst_decode_fd(dirfd), path, owner, group, flags, rval);
223 const int dirfd, const char *const path, struct stat *statbuf, int flags)
227 rval = fstatat(dirfd, path, statbuf, flags);
232 tst_decode_fd(dirfd), path, statbuf, flags);
236 dirfd, tst_decode_fd(dirfd), path, statbuf, flags, rval);