Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2misc.c101 int command; in smb2_check_message() local
140 command = le16_to_cpu(hdr->Command); in smb2_check_message()
141 if (command >= NUMBER_OF_SMB2_COMMANDS) { in smb2_check_message()
142 cifs_dbg(VFS, "Illegal SMB2 command %d\n", command); in smb2_check_message()
146 if (smb2_rsp_struct_sizes[command] != pdu->StructureSize2) { in smb2_check_message()
147 if (command != SMB2_OPLOCK_BREAK_HE && (hdr->Status == 0 || in smb2_check_message()
151 le16_to_cpu(pdu->StructureSize2), command); in smb2_check_message()
153 } else if (command == SMB2_OPLOCK_BREAK_HE && (hdr->Status == 0) in smb2_check_message()
175 if (command == SMB2_CREATE_HE && in smb2_check_message()
179 if (clc_len + 20 == len && command == SMB2_OPLOCK_BREAK_HE) in smb2_check_message()
Dsmb2inode.c44 __u32 create_options, void *data, int command) in smb2_open_op_close() argument
69 switch (command) { in smb2_open_op_close()
214 struct cifs_sb_info *cifs_sb, __u32 access, int command) in smb2_set_path_attr() argument
226 FILE_OPEN, 0, smb2_to_name, command); in smb2_set_path_attr()
Dioctl.c136 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument
149 cifs_dbg(FYI, "ioctl file %p cmd %u arg %lu\n", filep, command, arg); in cifs_ioctl()
153 switch (command) { in cifs_ioctl()
Dtransport.c63 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry()
87 __le16 command = midEntry->server->vals->lock_cmd; in DeleteMidQEntry() local
101 if ((cifsFYI & CIFS_TIMER) && (midEntry->command != command)) { in DeleteMidQEntry()
103 midEntry->command, midEntry->mid); in DeleteMidQEntry()
625 __func__, le16_to_cpu(mid->command), mid->mid, mid->mid_state); in cifs_sync_mid_result()
Dcifs_debug.c86 le16_to_cpu(mid_entry->command), in cifs_dump_mids()
226 le16_to_cpu(mid_entry->command), in cifs_debug_data_proc_show()
Dsmb2transport.c541 temp->command = smb_buffer->Command; /* Always LE */ in smb2_mid_entry_alloc()
DKconfig80 option on the mount command. This support is disabled by
Dcifsglob.h1271 __le16 command; /* smb command code */ member
Dsmb1ops.c107 le16_to_cpu(mid->command) == buf->Command) { in cifs_find_mid()
Dsmb2ops.c188 (mid->command == hdr->Command)) { in smb2_find_mid()
/fs/autofs4/
Ddev-ioctl.c622 static int _autofs_dev_ioctl(unsigned int command, struct autofs_dev_ioctl __user *user) in _autofs_dev_ioctl() argument
636 cmd = _IOC_NR(command); in _autofs_dev_ioctl()
638 if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) || in _autofs_dev_ioctl()
648 err = validate_dev_ioctl(command, param); in _autofs_dev_ioctl()
658 AUTOFS_WARN("unknown command 0x%08x", command); in _autofs_dev_ioctl()
711 static long autofs_dev_ioctl(struct file *file, uint command, ulong u) in autofs_dev_ioctl() argument
714 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u); in autofs_dev_ioctl()
719 static long autofs_dev_ioctl_compat(struct file *file, uint command, ulong u) in autofs_dev_ioctl_compat() argument
721 return (long) autofs_dev_ioctl(file, command, (ulong) compat_ptr(u)); in autofs_dev_ioctl_compat()
/fs/sysfs/
DKconfig21 the kernel boot command line via its major and minor numbers. For
/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/ext4/
DKconfig97 with a command such as:
Dnamei.c164 #define dxtrace(command) command argument
166 #define dxtrace(command) argument
/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.c65 #define dxtrace(command) command argument
67 #define dxtrace(command) argument
/fs/
Dcompat_ioctl.c666 u8 command; member