Searched refs:GL_SKIP (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.h | 87 #define GL_SKIP 0x0100 macro
|
H A D | glops.c | 508 if (!ip || (gh->gh_flags & GL_SKIP)) in inode_go_lock()
|
H A D | inode.c | 158 * The GL_SKIP flag indicates to skip reading the inode in gfs2_inode_lookup() 163 GL_SKIP, &i_gh); in gfs2_inode_lookup() 734 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, ghs + 1); in gfs2_create_inode()
|
H A D | rgrp.c | 1262 if (gh->gh_flags & GL_SKIP && sdp->sd_args.ar_rgrplvb) in gfs2_rgrp_go_lock() 2018 flags |= GL_SKIP; in gfs2_inplace_reserve()
|
H A D | super.c | 1277 ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, gh); in evict_should_delete()
|
H A D | glock.c | 809 int flags = LM_FLAG_TRY_1CB | LM_FLAG_ANY | GL_SKIP; in gfs2_glock_poke()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.h | 84 #define GL_SKIP 0x0100 macro
|
H A D | glock.c | 923 int flags = LM_FLAG_TRY_1CB | LM_FLAG_ANY | GL_SKIP; in gfs2_glock_poke() 1317 if (gh->gh_error || (gh->gh_flags & GL_SKIP)) in gfs2_glock_holder_ready() 2237 if (flags & GL_SKIP) in hflags2str()
|
H A D | inode.c | 163 * The GL_SKIP flag indicates to skip reading the inode in gfs2_inode_lookup() 168 GL_SKIP, &i_gh); in gfs2_inode_lookup() 764 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, &gh); in gfs2_create_inode()
|
H A D | super.c | 1361 ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, gh); in evict_should_delete()
|
H A D | rgrp.c | 2060 flags |= GL_SKIP; in gfs2_inplace_reserve()
|
Completed in 24 milliseconds