Home
last modified time | relevance | path

Searched defs:open (Results 1 – 25 of 141) sorted by relevance

123456

/linux/io_uring/
H A Dopenclose.c39 io_openat_force_async(struct io_open * open) io_openat_force_async() argument
52 struct io_open *open = io_kiocb_to_cmd(req, struct io_open); __io_openat_prep() local
87 struct io_open *open = io_kiocb_to_cmd(req, struct io_open); io_openat_prep() local
97 struct io_open *open = io_kiocb_to_cmd(req, struct io_open); io_openat2_prep() local
116 struct io_open *open = io_kiocb_to_cmd(req, struct io_open); io_openat2() local
182 struct io_open *open = io_kiocb_to_cmd(req, struct io_open); io_open_cleanup() local
[all...]
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_osd.rst765 .. c:function:: int open(const char *deviceName, int flags) argument
767 Arguments
804 Description
810 Return Value
H A Dlegacy_dvb_audio.rst1446 .. c:function:: int open(const char *deviceName, int flags) argument
1448 Arguments
1489 ``/dev/dvb/adapter0/audio0``) for subsequent use. When an open() call has argument
1502 Return Value
H A Dlegacy_dvb_video.rst2224 .. c:function:: int open(const char *deviceName, int flags) argument
2226 Arguments
2269 When an open() call has succeeded, the device will be ready for use. The argument
2282 Return Value
/linux/include/linux/
H A Dhdlc.h20 int (*open)(struct net_device *dev); member
46 int open; member
H A Dhiddev.h26 int open; member
H A Dposix-clock.h57 int (*open)(struct posix_clock_context *pccontext, fmode_t f_mode); member
/linux/include/linux/mtd/
H A Dblktrans.h28 int open; member
61 int (*open)(struct mtd_blktrans_dev *dev); member
/linux/net/tipc/
H A Dname_distr.c314 u16 *rcv_nxt, bool *open) in tipc_named_dequeue()
365 u16 *rcv_nxt, bool *open) in tipc_named_rcv()
/linux/Documentation/userspace-api/media/v4l/
H A Dopen.rst4 .. _open: target
/linux/include/linux/platform_data/
H A Dtda9950.h12 int (*open)(void *); member
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.h19 int (*open)(struct emac_adapter *adpt); member
/linux/tools/include/nolibc/
H A Dfcntl.h54 int open(const char *path, int flags, ...) in open() function
/linux/fs/nfsd/
H A Dnfs4state.c545 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str()
4950 nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_existing_open()
5063 nfsd4_find_and_lock_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_and_lock_existing_open()
5078 find_or_alloc_open_stateowner(unsigned int strhashval, struct nfsd4_open *open, in find_or_alloc_open_stateowner()
5121 init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open) in init_open_stateid()
5559 struct nfsd4_open *open, struct nfsd_net *nn) in nfsd4_process_open1()
5633 static bool nfsd4_is_deleg_cur(struct nfsd4_open *open) in nfsd4_is_deleg_cur()
5640 nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open, in nfs4_check_deleg()
5690 struct nfsd4_open *open) in nfsd4_truncate()
5708 struct nfsd4_open *open, bool new_stp) in nfs4_get_vfs_file()
[all …]
/linux/rust/kernel/
H A Dmiscdevice.rs116 fn open(_file: &File, _misc: &MiscDeviceRegistration<Self>) -> Result<Self::Ptr>; in open() method
188 unsafe extern "C" fn open(inode: *mut bindings::inode, raw_file: *mut bindings::file) -> c_int { in open() method
/linux/fs/nfs_common/
H A Dgrace.c64 __state_in_grace(struct net *net, bool open) in __state_in_grace()
/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp25 int open(const struct bpf_object_open_opts *opts = nullptr) in open() function in Skeleton
/linux/fs/smb/client/
H A Dmisc.c683 cifs_del_pending_open(struct cifs_pending_open *open) in cifs_del_pending_open()
692 struct cifs_pending_open *open) in cifs_add_pending_open_locked()
703 struct cifs_pending_open *open) in cifs_add_pending_open()
/linux/arch/um/drivers/
H A Dchan_user.h21 int (*open)(int, int, int, void *, char **); member
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-ci.c130 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status()
259 static int poll_slot_status_xo2(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status_xo2()
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py252 def open(self: "EvdevDevice") -> libevdev.Device: member in EvdevDevice
357 def open(self): member in BaseDevice
/linux/arch/powerpc/boot/
H A Dops.h58 int (*open)(void); member
68 int (*open)(void); member
/linux/include/media/
H A Dmedia-devnode.h54 int (*open) (struct file *); member
/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h25 int (*open)(struct usbip_host_driver *hdriver); member
/linux/drivers/media/dvb-frontends/
H A Ddib0070.h67 static inline void dib0070_ctrl_agc_filter(struct dvb_frontend *fe, u8 open) in dib0070_ctrl_agc_filter()

123456