Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dincore.h381 GIF_DEFERRED_DELETE = 7, enumerator
H A Dglock.c994 set_bit(GIF_DEFERRED_DELETE, &ip->i_flags); in gfs2_try_evict()
1002 clear_bit(GIF_DEFERRED_DELETE, &ip->i_flags); in gfs2_try_evict()
H A Dsuper.c1356 if (test_bit(GIF_DEFERRED_DELETE, &ip->i_flags)) in evict_should_delete()