/fs/orangefs/ |
D | devorangefs-req.c | 570 static inline long check_ioctl_command(unsigned int command) in check_ioctl_command() argument 573 if (_IOC_TYPE(command) != ORANGEFS_DEV_MAGIC) { in check_ioctl_command() 575 command, in check_ioctl_command() 576 _IOC_TYPE(command), in check_ioctl_command() 581 if (_IOC_NR(command) >= ORANGEFS_DEV_MAXNR || _IOC_NR(command) <= 0) { in check_ioctl_command() 583 _IOC_NR(command), ORANGEFS_DEV_MAXNR); in check_ioctl_command() 589 static long dispatch_ioctl_command(unsigned int command, unsigned long arg) in dispatch_ioctl_command() argument 601 switch (command) { in dispatch_ioctl_command() 698 unsigned int command, unsigned long arg) in orangefs_devreq_ioctl() argument 703 ret = check_ioctl_command(command); in orangefs_devreq_ioctl() [all …]
|
/fs/cifs/ |
D | smb2misc.c | 105 int command; in smb2_check_message() local 168 command = le16_to_cpu(shdr->Command); in smb2_check_message() 169 if (command >= NUMBER_OF_SMB2_COMMANDS) { in smb2_check_message() 170 cifs_dbg(VFS, "Illegal SMB2 command %d\n", command); in smb2_check_message() 174 if (smb2_rsp_struct_sizes[command] != pdu->StructureSize2) { in smb2_check_message() 175 if (command != SMB2_OPLOCK_BREAK_HE && (shdr->Status == 0 || in smb2_check_message() 179 le16_to_cpu(pdu->StructureSize2), command); in smb2_check_message() 181 } else if (command == SMB2_OPLOCK_BREAK_HE in smb2_check_message() 204 if (command == SMB2_CREATE_HE && in smb2_check_message() 208 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 | 121 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument 135 cifs_dbg(FYI, "cifs ioctl 0x%x\n", command); in cifs_ioctl() 136 switch (command) { in cifs_ioctl()
|
D | transport.c | 62 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry() 100 __le16 command = midEntry->server->vals->lock_cmd; in DeleteMidQEntry() local 114 if ((cifsFYI & CIFS_TIMER) && (midEntry->command != command)) { in DeleteMidQEntry() 116 midEntry->command, midEntry->mid); in DeleteMidQEntry() 611 __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() 248 le16_to_cpu(mid_entry->command), in cifs_debug_data_proc_show()
|
D | smb2transport.c | 554 temp->command = shdr->Command; /* Always LE */ in smb2_mid_entry_alloc()
|
D | Kconfig | 105 option on the mount command. This support is disabled by
|
D | cifsglob.h | 1366 __le16 command; /* smb command code */ member
|
D | smb1ops.c | 107 le16_to_cpu(mid->command) == buf->Command) { in cifs_find_mid()
|
D | smb2ops.c | 222 (mid->command == shdr->Command)) { in smb2_find_mid()
|
/fs/autofs4/ |
D | dev-ioctl.c | 620 static int _autofs_dev_ioctl(unsigned int command, in _autofs_dev_ioctl() argument 631 cmd = _IOC_NR(command); in _autofs_dev_ioctl() 633 if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) || in _autofs_dev_ioctl() 651 err = validate_dev_ioctl(command, param); in _autofs_dev_ioctl() 657 pr_warn("unknown command 0x%08x\n", command); in _autofs_dev_ioctl() 712 static long autofs_dev_ioctl(struct file *file, unsigned int command, in autofs_dev_ioctl() argument 717 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u); in autofs_dev_ioctl() 722 static long autofs_dev_ioctl_compat(struct file *file, unsigned int command, in autofs_dev_ioctl_compat() argument 725 return autofs_dev_ioctl(file, command, (unsigned long) 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/ntfs/ |
D | Kconfig | 38 at the kernel command line when booting the kernel or as an option
|
/fs/proc/ |
D | Kconfig | 21 That location should be /proc. A command such as "mount -t proc proc
|
/fs/ext4/ |
D | Kconfig | 123 with a command such as:
|
D | namei.c | 181 #define dxtrace(command) command argument 183 #define dxtrace(command) argument
|
/fs/ncpfs/ |
D | Kconfig | 107 '-f 600 -d 755' on the ncpmount command line.
|
/fs/ |
D | compat_ioctl.c | 694 u8 command; member
|