Home
last modified time | relevance | path

Searched refs:donor_fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dext4.h86 __u32 donor_fd; /* donor file descriptor */ member
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst567 to the donor_fd (the one specified in move_extent structure passed as
569 orig_fd and donor_fd. This is especially useful for online
/openbmc/linux/fs/ext4/
H A Dioctl.c1337 donor = fdget(me.donor_fd); in __ext4_ioctl()