Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dfcntl.c926 new->magic = FASYNC_MAGIC; in fasync_insert_entry()
990 if (fa->magic != FASYNC_MAGIC) { in kill_fasync_rcu()
/linux-5.19.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst67 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-5.19.10/Documentation/translations/zh_TW/process/
Dmagic-number.rst70 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-5.19.10/Documentation/process/
Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-5.19.10/Documentation/translations/it_IT/process/
Dmagic-number.rst84 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-5.19.10/include/linux/
Dfs.h1339 #define FASYNC_MAGIC 0x4601 macro