Home
last modified time | relevance | path

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

/fs/
Dfcntl.c428 int reason) in send_sigio_to_task() argument
444 si.si_code = reason; in send_sigio_to_task()
448 BUG_ON((reason & __SI_MASK) != __SI_POLL); in send_sigio_to_task()
449 if (reason - POLL_IN >= NSIGPOLL) in send_sigio_to_task()
452 si.si_band = band_table[reason - POLL_IN]; in send_sigio_to_task()
/fs/befs/
DTODO6 * Befs_fs.h has gotten big and messy. No reason not to break it up into
/fs/ntfs/
Dusnjrnl.h185 /*0x28*/USN_REASON_FLAGS reason;/* Reason flags (see above). */ member
DChangeLog103 reason we cannot simply read the size from the vfs inode i_size is
/fs/xfs/
Dxfs_alloc_btree.c148 int reason) in xfs_allocbt_update_lastrec() argument
157 switch (reason) { in xfs_allocbt_update_lastrec()
Dxfs_btree.h170 int ptr, int reason);
/fs/xfs/quota/
Dxfs_qm_syscalls.c1199 char *reason, in xfs_qm_dqtest_failed() argument
1207 d->d_id, error, reason); in xfs_qm_dqtest_failed()
1210 d->d_id, reason, (int)a, (int)b); in xfs_qm_dqtest_failed()
/fs/ncpfs/
DKconfig76 insensitive. The only major reason for this option is backward
/fs/jffs2/
DREADME.Locking52 The reason that the i_sem itself isn't used for this purpose is to
/fs/ocfs2/
Dalloc.c4587 enum ocfs2_alloc_restarted reason = RESTART_NONE; in ocfs2_add_clusters_in_btree() local
4612 reason = RESTART_META; in ocfs2_add_clusters_in_btree()
4619 reason = RESTART_META; in ocfs2_add_clusters_in_btree()
4665 reason = RESTART_TRANS; in ocfs2_add_clusters_in_btree()
4671 *reason_ret = reason; in ocfs2_add_clusters_in_btree()