/fs/orangefs/ |
D | devorangefs-req.c | 572 static inline long check_ioctl_command(unsigned int command) in check_ioctl_command() argument 575 if (_IOC_TYPE(command) != ORANGEFS_DEV_MAGIC) { in check_ioctl_command() 577 command, in check_ioctl_command() 578 _IOC_TYPE(command), in check_ioctl_command() 583 if (_IOC_NR(command) >= ORANGEFS_DEV_MAXNR || _IOC_NR(command) <= 0) { in check_ioctl_command() 585 _IOC_NR(command), ORANGEFS_DEV_MAXNR); in check_ioctl_command() 591 static long dispatch_ioctl_command(unsigned int command, unsigned long arg) in dispatch_ioctl_command() argument 603 switch (command) { in dispatch_ioctl_command() 700 unsigned int command, unsigned long arg) in orangefs_devreq_ioctl() argument 705 ret = check_ioctl_command(command); in orangefs_devreq_ioctl() [all …]
|
/fs/cifs/ |
D | smb2misc.c | 146 int command; in smb2_check_message() local 206 command = le16_to_cpu(shdr->Command); in smb2_check_message() 207 if (command >= NUMBER_OF_SMB2_COMMANDS) { in smb2_check_message() 208 cifs_dbg(VFS, "Invalid SMB2 command %d\n", command); in smb2_check_message() 212 if (smb2_rsp_struct_sizes[command] != pdu->StructureSize2) { in smb2_check_message() 213 if (command != SMB2_OPLOCK_BREAK_HE && (shdr->Status == 0 || in smb2_check_message() 217 le16_to_cpu(pdu->StructureSize2), command); in smb2_check_message() 219 } else if (command == SMB2_OPLOCK_BREAK_HE in smb2_check_message() 239 if (command == SMB2_CREATE_HE && in smb2_check_message() 243 if (clc_len + 24 == len && command == SMB2_OPLOCK_BREAK_HE) in smb2_check_message() [all …]
|
D | ioctl.c | 164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument 179 cifs_dbg(FYI, "cifs ioctl 0x%x\n", command); in cifs_ioctl() 180 switch (command) { in cifs_ioctl()
|
D | transport.c | 68 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry() 94 __le16 command = midEntry->server->vals->lock_cmd; in _cifs_mid_q_entry_release() local 95 __u16 smb_cmd = le16_to_cpu(midEntry->command); in _cifs_mid_q_entry_release() 143 (midEntry->command != command)) { in _cifs_mid_q_entry_release() 155 midEntry->command, midEntry->mid); in _cifs_mid_q_entry_release() 884 __func__, le16_to_cpu(mid->command), mid->mid, mid->mid_state); in cifs_sync_mid_result() 1171 midQ[i]->mid, le16_to_cpu(midQ[i]->command)); in compound_send_recv()
|
D | smb2inode.c | 66 __u32 create_options, umode_t mode, void *ptr, int command, in smb2_compound_op() argument 135 switch (command) { in smb2_compound_op() 411 switch (command) { in smb2_compound_op() 694 struct cifs_sb_info *cifs_sb, __u32 access, int command, in smb2_set_path_attr() argument 707 command, cfile); in smb2_set_path_attr()
|
D | cifs_debug.c | 63 le16_to_cpu(mid_entry->command), in cifs_dump_mids() 439 le16_to_cpu(mid_entry->command), in cifs_debug_data_proc_show()
|
D | Kconfig | 106 option on the mount command. This support is disabled by
|
D | smb2transport.c | 722 temp->command = shdr->Command; /* Always LE */ in smb2_mid_entry_alloc()
|
D | smb1ops.c | 97 le16_to_cpu(mid->command) == buf->Command) { in cifs_find_mid()
|
D | cifsglob.h | 1614 __le16 command; /* smb command code */ member
|
D | smb2ops.c | 283 (mid->command == shdr->Command)) { in __smb2_find_mid()
|
/fs/autofs/ |
D | dev-ioctl.c | 592 static int _autofs_dev_ioctl(unsigned int command, in _autofs_dev_ioctl() argument 603 cmd = _IOC_NR(command); in _autofs_dev_ioctl() 605 if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) || in _autofs_dev_ioctl() 623 err = validate_dev_ioctl(command, param); in _autofs_dev_ioctl() 629 pr_warn("unknown command 0x%08x\n", command); in _autofs_dev_ioctl() 687 static long autofs_dev_ioctl(struct file *file, unsigned int command, in autofs_dev_ioctl() argument 692 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u); in autofs_dev_ioctl() 697 static long autofs_dev_ioctl_compat(struct file *file, unsigned int command, in autofs_dev_ioctl_compat() argument 700 return autofs_dev_ioctl(file, command, (unsigned long) compat_ptr(u)); in autofs_dev_ioctl_compat()
|
/fs/proc/ |
D | Kconfig | 22 That location should be /proc. A command such as "mount -t proc proc 62 dump using the kernel command line option 'novmcoredd'.
|
/fs/sysfs/ |
D | Kconfig | 22 the kernel boot command line via its major and minor numbers. For
|
/fs/nfs/ |
D | Kconfig | 15 install the user space mount.nfs command which can be found in 17 Information about using the mount command is available in the
|
/fs/ntfs/ |
D | Kconfig | 39 at the kernel command line when booting the kernel or as an option
|
/fs/f2fs/ |
D | Kconfig | 73 option if you use the setcap command to assign initial process capabi-
|
/fs/pstore/ |
D | Kconfig | 74 the kernel command line.
|
/fs/ext4/ |
D | namei.c | 213 #define dxtrace(command) command argument 215 #define dxtrace(command) argument
|