Searched refs:btrfs_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.h | 6 long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | ioctl.c | 4574 long btrfs_ioctl(struct file *file, unsigned int in btrfs_ioctl() function 4744 return btrfs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in btrfs_compat_ioctl()
|
H A D | file.c | 3833 .unlocked_ioctl = btrfs_ioctl,
|
H A D | inode.c | 10921 .unlocked_ioctl = btrfs_ioctl,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 4910 long btrfs_ioctl(struct file *file, unsigned int in btrfs_ioctl() function 5082 return btrfs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in btrfs_compat_ioctl()
|
H A D | file.c | 3613 .unlocked_ioctl = btrfs_ioctl,
|
H A D | ctree.h | 3075 long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | inode.c | 10447 .unlocked_ioctl = btrfs_ioctl,
|
Completed in 48 milliseconds