Searched refs:opened (Results 1 – 16 of 16) sorted by relevance
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 47 static unsigned long opened; variable 120 if (test_and_set_bit(0, &opened)) in maint_open() 138 clear_bit(0, &opened); in maint_close()
|
/linux-4.19.296/include/drm/ |
D | drm_debugfs_crc.h | 56 bool opened, overflow; member
|
/linux-4.19.296/drivers/misc/ |
D | phantom.c | 46 unsigned int opened; member 227 if (dev->opened) { in phantom_open() 238 dev->opened++; in phantom_open() 250 dev->opened = 0; in phantom_release()
|
/linux-4.19.296/include/sound/ |
D | rawmidi.h | 96 bool opened; /* open flag */ member
|
D | hdaudio.h | 495 bool opened:1; member
|
D | emu10k1.h | 1598 opened: 1, member
|
/linux-4.19.296/drivers/s390/scsi/ |
D | zfcp_fc.h | 184 wait_queue_head_t opened; member
|
D | zfcp_fc.c | 163 wait_event(wka_port->opened, in zfcp_fc_wka_port_get() 212 init_waitqueue_head(&wka_port->opened); in zfcp_fc_wka_port_init()
|
D | zfcp_fsf.c | 1595 wake_up(&wka_port->opened); in zfcp_fsf_open_wka_port_handler()
|
/linux-4.19.296/include/linux/ |
D | hdlcdrv.h | 88 int opened; member
|
/linux-4.19.296/fs/btrfs/ |
D | volumes.c | 284 WARN_ON(fs_devices->opened); in free_fs_devices() 627 if (fs_devices->opened) { in btrfs_free_stale_devices() 771 if (fs_devices->opened) { in device_list_add() 832 if (!fs_devices->opened && found_transid < device->generation) { in device_list_add() 900 if (!fs_devices->opened) in device_list_add() 1082 if (--fs_devices->opened > 0) in close_fs_devices() 1093 fs_devices->opened = 0; in close_fs_devices() 1106 if (!fs_devices->opened) { in btrfs_close_devices() 1143 fs_devices->opened = 1; in open_fs_devices() 1178 if (fs_devices->opened) { in btrfs_open_devices() [all …]
|
D | volumes.h | 244 int opened; member
|
/linux-4.19.296/fs/overlayfs/ |
D | Kconfig | 115 happen when a file is opened for WRITE operation. It is still
|
/linux-4.19.296/fs/affs/ |
D | Changes | 263 demand instead of when a file is opened, as
|
/linux-4.19.296/fs/nfs/ |
D | nfs4proc.c | 2948 int *opened) in _nfs4_do_open() argument 3031 if (opened && opendata->file_created) in _nfs4_do_open() 3032 *opened = 1; in _nfs4_do_open() 3060 int *opened) in nfs4_do_open() argument 3076 status = _nfs4_do_open(dir, ctx, flags, &c, opened); in nfs4_do_open() 3556 int open_flags, struct iattr *attr, int *opened) in nfs4_atomic_open() argument 3564 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened); in nfs4_atomic_open()
|
/linux-4.19.296/fs/ |
D | namei.c | 3362 goto opened; in do_last() 3444 opened: in do_last()
|