Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst71 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/translations/zh_TW/process/
H A Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/process/
H A Dmagic-number.rst73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/translations/it_IT/process/
H A Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/fs/
H A Dfcntl.c959 new->magic = FASYNC_MAGIC; in fasync_insert_entry()
1023 if (fa->magic != FASYNC_MAGIC) { in kill_fasync_rcu()
/linux/include/linux/
H A Dfs.h1103 #define FASYNC_MAGIC 0x4601 macro