Searched refs:open (Results 151 - 175 of 2544) sorted by last modified time

1234567891011>>

/linux-master/fs/smb/client/
H A Dfile.c356 * Mark as invalid, all open files on tree connections since they
378 /* list all files open on tree connection and mark them invalid */
434 cifs_dbg(FYI, "Application %s pid %d has incorrectly set O_EXCL flag but not O_CREAT on file open. Ignoring O_EXCL\n",
480 cifs_dbg(FYI, "posix open %s\n", full_path);
505 goto posix_open_ret; /* open ok, caller does qpathinfo */
543 if (!server->ops->open)
553 * open flag mapping table:
567 * (which uses the attributes / metadata passed in on open call)
598 rc = server->ops->open(xid, &oparms, oplock, buf);
830 * @cifs_file: cifs/smb3 specific info (eg refcounts) for an open fil
863 struct cifs_pending_open open; local
960 struct cifs_pending_open open; local
[all...]
H A Dcifsglob.h417 /* open, rename and delete file */
438 /* open a file for non-posix mounts */
439 int (*open)(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, member in struct:smb_version_operations
463 /* open dir, start readdir */
1372 * One of these for each open instance of a file
1401 bool replay:1; /* indicates that this open is for a replay */
H A Dcifsfs.c165 * already held, e.g. in open-type syscalls context. Otherwise it can race with
392 * Until the file is open and we have gotten oplock info back from the
759 * fail later (e.g. due to open files). TID_EXITING will be set just before tdis req sent
1253 * checks for proper open modes and file type and if it wants
1371 * checks for proper open modes and file type and if it wants
1487 .open = cifs_open,
1507 .open = cifs_open,
1527 .open = cifs_open,
1547 .open = cifs_open,
1565 .open
[all...]
/linux-master/drivers/tty/vt/
H A Dvc_screen.c785 .open = vcs_open,
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c893 .open = v4l2_fh_open,
1208 * be holding the device node open. Channel memory allocated
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c492 dev_dbg(isp->dev, "open device %s\n", vdev->name);
507 * atomisp does not allow multiple open
570 .open = atomisp_open,
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c3312 BUG_ON(tpacpi_inputdev->open != NULL ||
3527 tpacpi_inputdev->open = &hotkey_inputdev_open;
H A Dmsi-wmi-platform.c266 .open = msi_wmi_platform_open,
H A Dclassmate-laptop.c333 inputdev->open = cmpc_accel_open_v4;
610 inputdev->open = cmpc_accel_open;
H A Dasus-wmi.c4603 .open = asus_wmi_debugfs_open,
/linux-master/drivers/platform/x86/intel/
H A Dtpmi.c518 .open = mem_write_open,
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c664 /* Fail open, if a module is going away */
710 .open = isst_if_open,
795 /* Device is already open, we don't want to add new callbacks */
812 * as no one can open device yet. Hence no contention.
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.h620 .open = __name ## _open, \
H A Dcore.c559 .open = pmc_core_ltr_ignore_open,
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.c235 .open = amd_pmc_stb_debugfs_open,
340 .open = amd_pmc_stb_debugfs_open_v2,
H A Dmp2_stb.c192 .open = amd_mp2_stb_debugfs_open,
/linux-master/drivers/mmc/core/
H A Dblock.c863 .open = mmc_blk_open,
1334 * method, namely CMD23, or open-ending mode. For open-ending mode,
1348 * spec. So we only need to check R1_OUT_OF_RANGE for open-ending mode.
1690 * open ended-ones (and necessary for reliable writes).
2568 /* used in ->open, must be set before add_disk: */
2695 .open = mmc_rpmb_chrdev_open,
2952 .open = mmc_ext_csd_open,
H A Ddebugfs.c77 str = "open drain";
298 .open = mmc_err_stats_open,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c103 if (sd->internal_ops && sd->internal_ops->open) {
104 ret = sd->internal_ops->open(sd, subdev_fh);
1166 .open = subdev_open,
H A Dv4l2-dev.c408 /* Override for the open function */
425 if (vdev->fops->open) {
427 ret = vdev->fops->open(filp);
433 dprintk("%s: open (%d)\n",
477 .open = v4l2_open,
1086 * This unregisters the passed device. Future open calls will
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c1490 timer_shutdown_sync(&dev->timer); /* only started in .probe and .open */
1510 .open = s2255_open,
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Danysee.c1250 int open)
1249 anysee_ci_poll_slot_status(struct dvb_ca_en50221 *ci, int slot, int open) argument
/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c101 pr_info("v4l2 ioctl: device is misconfigured; close and open it again\n");
1741 .open = au0828_v4l2_open,
1946 init_waitqueue_head(&dev->open);
/linux-master/drivers/media/usb/as102/
H A Das102_usb_drv.c67 .open = as102_open,
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.c647 .open = v4l2_fh_open,
658 .open = v4l2_fh_open,

Completed in 328 milliseconds

1234567891011>>