Searched refs:nilfs_argv (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | nilfs2_api.h | 162 struct nilfs_argv { struct 271 _IOR(NILFS_IOCTL_IDENT, 0x82, struct nilfs_argv) 275 _IOR(NILFS_IOCTL_IDENT, 0x84, struct nilfs_argv) 279 _IOWR(NILFS_IOCTL_IDENT, 0x86, struct nilfs_argv) 281 _IOWR(NILFS_IOCTL_IDENT, 0x87, struct nilfs_argv) 283 _IOW(NILFS_IOCTL_IDENT, 0x88, struct nilfs_argv[5]) 291 _IOW(NILFS_IOCTL_IDENT, 0x8D, struct nilfs_argv)
|
/linux-6.12.1/fs/nilfs2/ |
D | ioctl.c | 49 struct nilfs_argv *argv, int dir, in nilfs_ioctl_wrap_copy() 515 struct nilfs_argv argv; in nilfs_ioctl_get_bdescs() 611 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_move_blocks() 695 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_delete_checkpoints() 730 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_free_vblocknrs() 759 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_mark_blocks_dirty() 805 struct nilfs_argv *argv, void **kbufs) in nilfs_ioctl_prepare_clean_segments() 860 struct nilfs_argv argv[5]; in nilfs_ioctl_clean_segments() 1176 struct nilfs_argv argv; in nilfs_ioctl_get_info() 1223 struct nilfs_argv argv; in nilfs_ioctl_set_suinfo()
|
D | segment.h | 230 extern int nilfs_clean_segments(struct super_block *, struct nilfs_argv *,
|
D | nilfs.h | 276 int nilfs_ioctl_prepare_clean_segments(struct the_nilfs *, struct nilfs_argv *,
|
D | segment.c | 2525 int nilfs_clean_segments(struct super_block *sb, struct nilfs_argv *argv, in nilfs_clean_segments()
|