Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile.c49 #define fdt_words(fdt) ((fdt)->max_fds / BITS_PER_LONG) // words in ->open_fds macro
58 unsigned int nwords = fdt_words(nfdt); in copy_fd_bitmaps()
83 copy_fd_bitmaps(nfdt, ofdt, fdt_words(ofdt)); in copy_fdtable()