/linux/fs/nfs/ |
H A D | delegation.h | 22 fmode_t type; 46 fmode_t type, const nfs4_stateid *stateid, 49 fmode_t type, const nfs4_stateid *stateid, 60 void nfs_expire_unused_delegation_types(struct nfs_client *clp, fmode_t flags); 80 bool nfs4_copy_delegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const stru… 85 int nfs4_have_delegation(struct inode *inode, fmode_t type, int flags); 86 int nfs4_check_delegation(struct inode *inode, fmode_t type);
|
H A D | nfs4_fs.h | 198 fmode_t state; /* State on the server (R,W, or RW) */ 323 fmode_t fmode); 331 fmode_t fmode); 499 extern void nfs4_close_state(struct nfs4_state *, fmode_t); 500 extern void nfs4_close_sync(struct nfs4_state *, fmode_t); 501 extern void nfs4_state_set_mode_locked(struct nfs4_state *, fmode_t); 518 extern int nfs4_select_rw_stateid(struct nfs4_state *, fmode_t,
|
H A D | delegation.c | 96 fmode_t type) in nfs4_is_valid_delegation() 115 static int nfs4_do_check_delegation(struct inode *inode, fmode_t type, in nfs4_do_check_delegation() 144 int nfs4_have_delegation(struct inode *inode, fmode_t type, int flags) in nfs4_have_delegation() 153 int nfs4_check_delegation(struct inode *inode, fmode_t type) in nfs4_check_delegation() 191 const nfs4_stateid *stateid, fmode_t type) in nfs_delegation_claim_opens() 241 fmode_t type, const nfs4_stateid *stateid, in nfs_inode_reclaim_delegation() 456 fmode_t type, const nfs4_stateid *stateid, in nfs_inode_set_delegation() 984 fmode_t flags) in nfs_mark_return_unused_delegation_types() 997 fmode_t flags) in nfs_client_mark_return_unused_delegation_types() 1107 void nfs_expire_unused_delegation_types(struct nfs_client *clp, fmode_t flags) in nfs_expire_unused_delegation_types() [all …]
|
H A D | internal.h | 47 static inline fmode_t flags_to_mode(int flags) in flags_to_mode() 49 fmode_t res = (__force fmode_t)flags & FMODE_EXEC; in flags_to_mode() 463 const fmode_t); 479 const fmode_t mode) in nfs_local_open_fh()
|
H A D | nfs4proc.c | 1354 static fmode_t _nfs4_ctx_to_accessmode(const struct nfs_open_context *ctx) in _nfs4_ctx_to_accessmode() 1359 static fmode_t _nfs4_ctx_to_openmode(const struct nfs_open_context *ctx) in _nfs4_ctx_to_openmode() 1361 fmode_t ret = ctx->mode & (FMODE_READ|FMODE_WRITE); in _nfs4_ctx_to_openmode() 1367 nfs4_fmode_to_share_access(fmode_t fmode) in nfs4_fmode_to_share_access() 1386 fmode_t fmode, int openflags) in nfs4_map_atomic_open_share() 1436 struct nfs4_state_owner *sp, fmode_t fmode, int flags, in nfs4_opendata_alloc() 1565 fmode_t fmode) in nfs4_mode_match_open_stateid() 1579 static int can_open_cached(struct nfs4_state *state, fmode_t mode, in can_open_cached() 1610 static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode, in can_open_delegated() 1632 static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode) in update_open_stateflags() [all …]
|
H A D | localio.c | 234 const fmode_t mode) in __nfs_local_open_fh() 264 const fmode_t mode) in nfs_local_open_fh()
|
/linux/include/linux/ |
H A D | fs.h | 118 #define FMODE_READ ((__force fmode_t)(1 << 0)) 120 #define FMODE_WRITE ((__force fmode_t)(1 << 1)) 122 #define FMODE_LSEEK ((__force fmode_t)(1 << 2)) 124 #define FMODE_PREAD ((__force fmode_t)(1 << 3)) 126 #define FMODE_PWRITE ((__force fmode_t)(1 << 4)) 128 #define FMODE_EXEC ((__force fmode_t)(1 << 5)) 130 #define FMODE_WRITE_RESTRICTED ((__force fmode_t)(1 << 6)) 132 #define FMODE_CAN_ATOMIC_WRITE ((__force fmode_t)(1 << 7)) 137 #define FMODE_32BITHASH ((__force fmode_t)(1 << 9)) 139 #define FMODE_64BITHASH ((__force fmode_t)(1 << 10)) [all …]
|
H A D | nfslocalio.h | 64 const fmode_t); 77 const fmode_t);
|
H A D | anon_inodes.h | 22 void *priv, int flags, fmode_t f_mode);
|
H A D | posix-clock.h | 57 int (*open)(struct posix_clock_context *pccontext, fmode_t f_mode);
|
H A D | nfs_fs.h | 105 fmode_t mode; 467 …fs_open_context *nfs_find_open_context(struct inode *inode, const struct cred *cred, fmode_t mode); 468 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struc…
|
H A D | types.h | 165 typedef unsigned int __bitwise fmode_t; typedef
|
H A D | nfs_xdr.h | 459 fmode_t type; 479 fmode_t fmode; 546 fmode_t fmode; 1649 fmode_t rw_mode; 1842 int (*have_delegation)(struct inode *, fmode_t, int);
|
/linux/fs/proc/ |
H A D | fd.c | 115 static bool tid_fd_mode(struct task_struct *task, unsigned fd, fmode_t *mode) in tid_fd_mode() 128 fmode_t f_mode) in tid_fd_update_inode() 158 fmode_t f_mode; in tid_fd_revalidate() 198 fmode_t mode;
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_libbpf_get_fd_by_id_opts.c | 27 int BPF_PROG(check_access, struct bpf_map *map, fmode_t fmode) in BPF_PROG()
|
/linux/drivers/ptp/ |
H A D | ptp_private.h | 151 int ptp_open(struct posix_clock_context *pccontext, fmode_t fmode);
|
/linux/sound/oss/dmasound/ |
H A D | dmasound_core.c | 216 static fmode_t shared_resource_owner; 698 fmode_t mode) 707 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2() 923 static int shared_resources_are_mine(fmode_t md) in shared_resources_are_mine()
|
H A D | dmasound.h | 127 int (*sq_open)(fmode_t); /* optional */
|
/linux/fs/nfsd/ |
H A D | localio.c | 50 const fmode_t fmode) in nfsd_open_local_fh()
|
/linux/fs/ |
H A D | file.c | 990 unsigned int fd, fmode_t mask) in __fget_files_rcu() 1066 fmode_t mask) in __fget_files() 1077 static inline struct file *__fget(unsigned int fd, fmode_t mask) in __fget() 1153 static inline struct fd __fget_light(unsigned int fd, fmode_t mask) in __fget_light()
|
H A D | anon_inodes.c | 228 void *priv, int flags, fmode_t f_mode) in anon_inode_getfile_fmode()
|
/linux/sound/isa/msnd/ |
H A D | msnd.h | 238 fmode_t mode;
|
/linux/fs/nfs_common/ |
H A D | nfslocalio.c | 269 const fmode_t fmode) in nfs_open_local_fh()
|
/linux/security/landlock/ |
H A D | syscalls.c | 264 const fmode_t mode) in get_ruleset_from_fd()
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 439 int (*open) (struct block_device *, fmode_t); 440 int (*release) (struct gendisk *, fmode_t); 441 int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); 442 int (*compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
|