Searched refs:open_mode (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c119 int open_flags, mode_t open_mode)
128 int fd = open(filename, open_flags, open_mode);
117 test_cachestat(const char *filename, bool write_random, bool create, bool test_fsync, unsigned long num_pages, int open_flags, mode_t open_mode) argument
/linux-master/include/linux/
H A Dblkdev.h207 blk_mode_t open_mode; member in struct:gendisk
/linux-master/fs/nfs/
H A Dnfs4proc.c1521 int open_mode, enum open_claim_type4 claim)
1525 if (open_mode & (O_EXCL|O_TRUNC))
1914 int open_mode = opendata->o_arg.open_flags; local
1922 if (can_open_cached(state, fmode, open_mode, claim)) {
1939 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1520 can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode, enum open_claim_type4 claim) argument

Completed in 186 milliseconds