Home
last modified time | relevance | path

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

/fs/notify/
A Dmark.c377 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object() argument
379 if (!objp) in fsnotify_drop_object()
384 fsnotify_put_inode_ref(objp); in fsnotify_drop_object()
390 void *objp = NULL; in fsnotify_put_mark() local
410 objp = fsnotify_detach_connector_from_object(conn, &type); in fsnotify_put_mark()
418 objp = __fsnotify_recalc_mask(conn); in fsnotify_put_mark()
424 fsnotify_drop_object(type, objp); in fsnotify_put_mark()
933 void *objp; in fsnotify_destroy_marks() local
960 objp = fsnotify_detach_connector_from_object(conn, &type); in fsnotify_destroy_marks()
964 fsnotify_drop_object(type, objp); in fsnotify_destroy_marks()

Completed in 4 milliseconds