/fs/cifs/ |
D | ioctl.c | 33 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument 50 cFYI(1, ("ioctl file %p cmd %u arg %lu", filep, command, arg)); in cifs_ioctl() 65 switch (command) { in cifs_ioctl()
|
D | cn_cifs.h | 30 enum command { enum 33 } command; member
|
D | transport.c | 56 temp->command = smb_buffer->Command; in AllocMidQEntry() 57 cFYI(1, ("For smb_command %d", temp->command)); in AllocMidQEntry() 93 (midEntry->command != SMB_COM_LOCKING_ANDX)) { in DeleteMidQEntry() 95 midEntry->command, midEntry->mid); in DeleteMidQEntry() 544 midQ->command, midQ->mid)); in SendReceive2() 735 midQ->command, midQ->mid)); in SendReceive() 987 midQ->command, midQ->mid)); in SendReceiveBlockingLock()
|
D | TODO | 36 Including support for changing the time remotely (utimes command). 78 need to add ability to set time to server (utimes command)
|
D | cifs_debug.c | 84 (int)mid_entry->command, in cifs_dump_mids() 200 (int)mid_entry->command, in cifs_debug_data_proc_show()
|
D | cifsglob.h | 436 __u8 command; /* smb command code */ member
|
D | Kconfig | 66 option on the mount command. This support is disabled by
|
D | connect.c | 570 (mid_entry->command == smb_buffer->Command)) { in cifs_demultiplex_thread()
|
D | README | 222 on the command line:
|
D | CHANGES | 462 Update number of blocks in file so du command is happier (in Linux a fake
|
/fs/autofs4/ |
D | dev-ioctl.c | 728 static int _autofs_dev_ioctl(unsigned int command, struct autofs_dev_ioctl __user *user) in _autofs_dev_ioctl() argument 742 cmd = _IOC_NR(command); in _autofs_dev_ioctl() 744 if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) || in _autofs_dev_ioctl() 754 err = validate_dev_ioctl(command, param); in _autofs_dev_ioctl() 764 AUTOFS_WARN("unknown command 0x%08x", command); in _autofs_dev_ioctl() 823 static long autofs_dev_ioctl(struct file *file, uint command, ulong u) in autofs_dev_ioctl() argument 826 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u); in autofs_dev_ioctl() 831 static long autofs_dev_ioctl_compat(struct file *file, uint command, ulong u) in autofs_dev_ioctl_compat() argument 833 return (long) autofs_dev_ioctl(file, command, (ulong) compat_ptr(u)); in autofs_dev_ioctl_compat()
|
/fs/smbfs/ |
D | proc.c | 619 smb_verify(__u8 * packet, int command, int wct, int bcc) in smb_verify() argument 621 if (SMB_CMD(packet) != command) in smb_verify() 631 command, SMB_CMD(packet)); in smb_verify() 635 command, wct, SMB_WCT(packet)); in smb_verify() 639 command, bcc, smb_bcc(packet)); in smb_verify() 820 smb_request_ok(struct smb_request *req, int command, int wct, int bcc) in smb_request_ok() argument 838 result = smb_verify(req->rq_header, command, wct, bcc); in smb_request_ok() 1004 smb_setup_header(struct smb_request *req, __u8 command, __u16 wct, __u16 bcc) in smb_setup_header() argument 1016 *p++ = command; in smb_setup_header() 1606 smb_proc_generic_command(struct dentry *dentry, __u8 command) in smb_proc_generic_command() argument [all …]
|
D | proto.h | 16 extern __u8 *smb_setup_header(struct smb_request *req, __u8 command, __u16 wct, __u16 bcc);
|
/fs/nfs/ |
D | Kconfig | 14 install the user space mount.nfs command which can be found in 16 Information about using the mount command is available in the
|
/fs/sysfs/ |
D | Kconfig | 20 the kernel boot command line via its major and minor numbers. For
|
/fs/proc/ |
D | Kconfig | 21 That location should be /proc. A command such as "mount -t proc proc
|
/fs/ntfs/ |
D | Kconfig | 38 at the kernel command line when booting the kernel or as an option
|
/fs/ncpfs/ |
D | Kconfig | 107 '-f 600 -d 755' on the ncpmount command line.
|
/fs/ext3/ |
D | namei.c | 78 #define dxtrace(command) command argument 80 #define dxtrace(command) argument
|
/fs/ext4/ |
D | namei.c | 78 #define dxtrace(command) command argument 80 #define dxtrace(command) argument
|
/fs/ |
D | compat_ioctl.c | 1688 u8 command; member
|