/fs/cifs/ |
D | smb2misc.c | 101 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()
|
D | smb2inode.c | 44 __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()
|
D | ioctl.c | 136 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()
|
D | transport.c | 63 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()
|
D | cifs_debug.c | 86 le16_to_cpu(mid_entry->command), in cifs_dump_mids() 226 le16_to_cpu(mid_entry->command), in cifs_debug_data_proc_show()
|
D | smb2transport.c | 541 temp->command = smb_buffer->Command; /* Always LE */ in smb2_mid_entry_alloc()
|
D | Kconfig | 80 option on the mount command. This support is disabled by
|
D | cifsglob.h | 1271 __le16 command; /* smb command code */ member
|
D | smb1ops.c | 107 le16_to_cpu(mid->command) == buf->Command) { in cifs_find_mid()
|
D | smb2ops.c | 188 (mid->command == hdr->Command)) { in smb2_find_mid()
|
/fs/autofs4/ |
D | dev-ioctl.c | 622 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/ |
D | Kconfig | 21 the kernel boot command line via its major and minor numbers. For
|
/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/ext4/ |
D | Kconfig | 97 with a command such as:
|
D | namei.c | 164 #define dxtrace(command) command argument 166 #define dxtrace(command) argument
|
/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 | 65 #define dxtrace(command) command argument 67 #define dxtrace(command) argument
|
/fs/ |
D | compat_ioctl.c | 666 u8 command; member
|