Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Ddir.c628 test_bit(AFS_SERVER_FL_NO_IBULK, &dvnode->cb_interest->server->flags)) in afs_do_lookup()
675 if (test_bit(AFS_SERVER_FL_NO_IBULK, in afs_do_lookup()
692 set_bit(AFS_SERVER_FL_NO_IBULK, &fc.cbi->server->flags); in afs_do_lookup()
Dinternal.h402 #define AFS_SERVER_FL_NO_IBULK 7 /* Fileserver doesn't support FS.InlineBulkStatus */ macro