Searched refs:flc_posix (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/lockd/
H A Dsvcsubs.c216 if (!flctx || list_empty_careful(&flctx->flc_posix))
221 for_each_file_lock(fl, &flctx->flc_posix) {
273 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
275 for_each_file_lock(fl, &flctx->flc_posix) {
/linux-master/fs/
H A Dlocks.c192 INIT_LIST_HEAD(&ctx->flc_posix);
225 !list_empty(&ctx->flc_posix) ||
231 locks_dump_ctx_list(&ctx->flc_posix, "POSIX");
336 list_for_each_entry(flc, &flctx->flc_posix, flc_list) {
961 if (!ctx || list_empty_careful(&ctx->flc_posix)) {
968 list_for_each_entry(cfl, &ctx->flc_posix, c.flc_list) {
1187 list_for_each_entry(fl, &ctx->flc_posix, c.flc_list) {
1233 list_for_each_entry(fl, &ctx->flc_posix, c.flc_list) {
1239 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, c.flc_list) {
2460 * update of i_flctx->flc_posix an
[all...]
/linux-master/fs/ceph/
H A Dlocks.c389 for_each_file_lock(lock, &ctx->flc_posix)
458 for_each_file_lock(lock, &ctx->flc_posix) {
/linux-master/include/linux/
H A Dfilelock.h145 struct list_head flc_posix; member in struct:file_lock_context
/linux-master/fs/nfs/
H A Dwrite.c1198 !(list_empty_careful(&flctx->flc_posix) &&
1326 list_empty_careful(&flctx->flc_posix)))
1332 if (!list_empty(&flctx->flc_posix)) {
1333 fl = list_first_entry(&flctx->flc_posix, struct file_lock,
H A Ddelegation.c156 list = &flctx->flc_posix;
168 if (list == &flctx->flc_posix) {
H A Dnfs4state.c1525 list = &flctx->flc_posix;
1567 if (list == &flctx->flc_posix) {
H A Dpagelist.c1188 !(list_empty_careful(&flctx->flc_posix) &&
/linux-master/fs/smb/server/
H A Dvfs.c336 if (!ctx || list_empty_careful(&ctx->flc_posix))
340 for_each_file_lock(flock, &ctx->flc_posix) {
/linux-master/fs/smb/client/
H A Dfile.c1654 list_for_each(el, &flctx->flc_posix) {
1677 for_each_file_lock(flock, &flctx->flc_posix) {
/linux-master/fs/nfsd/
H A Dnfs4state.c8290 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
8292 for_each_file_lock(fl, &flctx->flc_posix) {

Completed in 309 milliseconds