Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dblackbox_common.h37 struct file *file_open(const char *filename, int open_mode, int mode);
/kernel/linux/linux-6.6/include/linux/
H A Dblackbox_common.h37 struct file *file_open(const char *filename, int open_mode, int mode);
H A Dblkdev.h203 blk_mode_t open_mode; member
/kernel/linux/linux-5.10/drivers/staging/blackbox/
H A Dblackbox_common.c207 struct file *file_open(const char *filename, int open_mode, int mode) in file_open() argument
215 filp = filp_open(filename, open_mode, mode); in file_open()
/kernel/linux/linux-6.6/drivers/staging/blackbox/
H A Dblackbox_common.c228 struct file *file_open(const char *filename, int open_mode, int mode) in file_open() argument
240 filp = filp_open(filename, open_mode, mode); in file_open()
/kernel/linux/linux-6.6/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c119 int open_flags, mode_t open_mode) in test_cachestat()
128 int fd = open(filename, open_flags, open_mode); in test_cachestat()
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) test_cachestat() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4proc.c1491 int open_mode, enum open_claim_type4 claim) in can_open_cached()
1495 if (open_mode & (O_EXCL|O_TRUNC)) in can_open_cached()
1884 int open_mode = opendata->o_arg.open_flags; in nfs4_try_open_cached() local
1892 if (can_open_cached(state, fmode, open_mode, claim)) { in nfs4_try_open_cached()
1909 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()
1490 can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode, enum open_claim_type4 claim) can_open_cached() argument
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c1496 int open_mode, enum open_claim_type4 claim) in can_open_cached()
1500 if (open_mode & (O_EXCL|O_TRUNC)) in can_open_cached()
1889 int open_mode = opendata->o_arg.open_flags; in nfs4_try_open_cached() local
1897 if (can_open_cached(state, fmode, open_mode, claim)) { in nfs4_try_open_cached()
1914 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()
1495 can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode, enum open_claim_type4 claim) can_open_cached() argument

Completed in 45 milliseconds