Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfsfh.h222 #define fh_clear_wcc(ignored) argument
223 #define fill_pre_wcc(ignored) argument
/fs/proc/
Darray.c257 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local
265 sigemptyset(&ignored); in task_sig()
272 collect_sigign_sigcatch(p, &ignored, &caught); in task_sig()
288 render_sigset_t(m, "SigIgn:\t", &ignored); in task_sig()
/fs/ecryptfs/
Dkthread.c56 static int ecryptfs_threadfn(void *ignored) in ecryptfs_threadfn() argument
/fs/notify/
Dmark.c396 static int fsnotify_mark_destroy(void *ignored) in fsnotify_mark_destroy() argument
/fs/notify/inotify/
Dinotify_user.c276 static int inotify_release(struct inode *ignored, struct file *file) in inotify_release() argument
/fs/notify/fanotify/
Dfanotify_user.c355 static int fanotify_release(struct inode *ignored, struct file *file) in fanotify_release() argument
/fs/fat/
Dinode.c1439 if (b->ignored[0] != 0xeb || b->ignored[2] != 0x90) { in fat_read_static_bpb()