Home
last modified time | relevance | path

Searched refs:FIBMAP (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/Documentation/power/
Dswsusp-and-swap-files.rst34 FIBMAP ioctl and determine the location of the file's swap header, as the
46 FIBMAP ioctl)
/linux-6.12.1/tools/include/uapi/linux/
Dfs.h212 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h212 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h212 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst703 FIBMAP (deprecated)
706 ``iomap_bmap`` implements FIBMAP.
709 that implemented FIBMAP prior to conversion.
710 This ioctl is deprecated; do **not** add a FIBMAP implementation to
/linux-6.12.1/fs/
Dioctl.c327 case FIBMAP: in file_ioctl()
/linux-6.12.1/Documentation/filesystems/caching/
Dcachefiles.rst77 - bmap() support on files in the filesystem (FIBMAP ioctl).
/linux-6.12.1/Documentation/filesystems/
Dlocking.rst371 ->bmap() is currently used by legacy ioctl() (FIBMAP) provided by some
Dvfs.rst954 physical block number. This method is used by the FIBMAP ioctl
/linux-6.12.1/tools/testing/selftests/landlock/
Dfs_test.c4093 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FIBMAP)); in TEST_F_FORK()
/linux-6.12.1/security/selinux/
Dhooks.c3704 case FIBMAP: in selinux_file_ioctl()