Home
last modified time | relevance | path

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

/fs/notify/
Dmark.c283 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object() argument
285 if (!objp) in fsnotify_drop_object()
290 fsnotify_put_inode_ref(objp); in fsnotify_drop_object()
296 void *objp = NULL; in fsnotify_put_mark() local
316 objp = fsnotify_detach_connector_from_object(conn, &type); in fsnotify_put_mark()
319 objp = __fsnotify_recalc_mask(conn); in fsnotify_put_mark()
325 fsnotify_drop_object(type, objp); in fsnotify_put_mark()
835 void *objp; in fsnotify_destroy_marks() local
862 objp = fsnotify_detach_connector_from_object(conn, &type); in fsnotify_destroy_marks()
866 fsnotify_drop_object(type, objp); in fsnotify_destroy_marks()