Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dglock.h110 #define GLR_TRYFAILED 13 macro
H A Dutil.c107 if (error && error != GLR_TRYFAILED) in gfs2_freeze_lock_shared()
H A Drecovery.c436 case GLR_TRYFAILED: in gfs2_recover_func()
H A Dsuper.c1316 if (error != GLR_TRYFAILED) in gfs2_upgrade_iopen_glock()
1534 if (ret && ret != GLR_TRYFAILED && ret != -EROFS) in gfs2_evict_inode()
H A Dfile.c1510 if (error != GLR_TRYFAILED) in do_flock()
1518 if (error == GLR_TRYFAILED) in do_flock()
H A Dglock.c423 gh->gh_error = GLR_TRYFAILED; in do_error()
1552 gh->gh_error = GLR_TRYFAILED; in add_to_queue()
H A Dinode.c222 if (error == GLR_TRYFAILED) in gfs2_inode_lookup()