Home
last modified time | relevance | path

Searched refs:command (Results 1 – 21 of 21) sorted by relevance

/fs/cifs/
Dioctl.c33 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()
Dcn_cifs.h30 enum command { enum
33 } command; member
Dtransport.c56 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()
DTODO36 Including support for changing the time remotely (utimes command).
78 need to add ability to set time to server (utimes command)
Dcifs_debug.c84 (int)mid_entry->command, in cifs_dump_mids()
200 (int)mid_entry->command, in cifs_debug_data_proc_show()
Dcifsglob.h436 __u8 command; /* smb command code */ member
DKconfig66 option on the mount command. This support is disabled by
Dconnect.c570 (mid_entry->command == smb_buffer->Command)) { in cifs_demultiplex_thread()
DREADME222 on the command line:
DCHANGES462 Update number of blocks in file so du command is happier (in Linux a fake
/fs/autofs4/
Ddev-ioctl.c728 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/
Dproc.c619 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 …]
Dproto.h16 extern __u8 *smb_setup_header(struct smb_request *req, __u8 command, __u16 wct, __u16 bcc);
/fs/nfs/
DKconfig14 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/
DKconfig20 the kernel boot command line via its major and minor numbers. For
/fs/proc/
DKconfig21 That location should be /proc. A command such as "mount -t proc proc
/fs/ntfs/
DKconfig38 at the kernel command line when booting the kernel or as an option
/fs/ncpfs/
DKconfig107 '-f 600 -d 755' on the ncpmount command line.
/fs/ext3/
Dnamei.c78 #define dxtrace(command) command argument
80 #define dxtrace(command) argument
/fs/ext4/
Dnamei.c78 #define dxtrace(command) command argument
80 #define dxtrace(command) argument
/fs/
Dcompat_ioctl.c1688 u8 command; member