Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfsfh.h263 #define fh_clear_wcc(ignored) argument
264 #define fill_pre_wcc(ignored) argument
/fs/proc/
Darray.c273 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local
281 sigemptyset(&ignored); in task_sig()
288 collect_sigign_sigcatch(p, &ignored, &caught); in task_sig()
305 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/inotify/
Dinotify_user.c275 static int inotify_release(struct inode *ignored, struct file *file) in inotify_release() argument
/fs/notify/fanotify/
Dfanotify_user.c365 static int fanotify_release(struct inode *ignored, struct file *file) in fanotify_release() argument
/fs/fat/
Dinode.c1531 if (b->ignored[0] != 0xeb || b->ignored[2] != 0x90) { in fat_read_static_bpb()