Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 16 of 16) sorted by relevance

/fs/partitions/
Dibm.c143 int counter; in ibm_partition() local
156 counter = 0; in ibm_partition()
185 if (counter >= state->limit) in ibm_partition()
187 put_partition(state, counter + 1, in ibm_partition()
190 counter++; in ibm_partition()
/fs/cifs/
Dcifs_debug.c295 sesInfoAllocCount.counter); in cifs_stats_proc_show()
297 tconInfoAllocCount.counter); in cifs_stats_proc_show()
299 bufAllocCount.counter, in cifs_stats_proc_show()
300 cifs_min_rcv + tcpSesAllocCount.counter); in cifs_stats_proc_show()
302 smBufAllocCount.counter, cifs_min_small); in cifs_stats_proc_show()
309 seq_printf(m, "Operations (MIDs): %d\n", midCount.counter); in cifs_stats_proc_show()
312 tcpSesReconnectCount.counter, tconInfoReconnectCount.counter); in cifs_stats_proc_show()
Dinode.c1503 direntry->d_inode->i_count.counter, direntry,
Dconnect.c632 "NumMids %d", midCount.counter)); in cifs_demultiplex_thread()
DCHANGES847 the simultaneous operations counter (/proc/fs/cifs/SimultaneousOps) to increase on
/fs/ecryptfs/
Dmessaging.c87 msg_ctx->counter = ++ecryptfs_msg_counter; in ecryptfs_msg_ctx_free_to_alloc()
427 } else if (msg_ctx->counter != seq) { in ecryptfs_process_response()
431 msg_ctx->counter, seq); in ecryptfs_process_response()
603 ecryptfs_msg_ctx_arr[i].counter = 0; in ecryptfs_init_messaging()
Dmiscdev.c332 if (put_user(cpu_to_be32(msg_ctx->counter), (__be32 __user *)(buf + 1))) in ecryptfs_miscdev_read()
Decryptfs_kernel.h436 u32 counter; member
/fs/nfs/
Dnfs4_fs.h63 u32 counter; member
235 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter);
Dnfs4state.c674 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter) in nfs_alloc_seqid() argument
680 new->sequence = counter; in nfs_alloc_seqid()
730 seqid->sequence->counter++; in nfs_increment_seqid()
Dnfs4xdr.c750 WRITE32(arg->seqid->sequence->counter); in encode_close()
891 WRITE32(args->open_seqid->sequence->counter); in encode_lock()
893 WRITE32(args->lock_seqid->sequence->counter); in encode_lock()
902 WRITE32(args->lock_seqid->sequence->counter); in encode_lock()
930 WRITE32(args->seqid->sequence->counter); in encode_locku()
979 WRITE32(arg->seqid->sequence->counter); in encode_openhdr()
1095 WRITE32(arg->seqid->sequence->counter); in encode_open_confirm()
1106 WRITE32(arg->seqid->sequence->counter); in encode_open_downgrade()
/fs/
Dinode.c780 static unsigned int counter; in iunique() local
787 if (counter <= max_reserved) in iunique()
788 counter = max_reserved + 1; in iunique()
789 res = counter++; in iunique()
/fs/dlm/
Ddlm_internal.h114 uint16_t counter; member
Dlockspace.c479 ls->ls_lkbtbl[i].counter = 1; in new_lockspace()
Dlock.c609 lkid = (bucket << 16) | ls->ls_lkbtbl[bucket].counter++; in create_lkb()
/fs/xfs/linux-2.6/
Dxfs_buf.c66 (void *)(unsigned long)bp->b_hold.counter, in xfs_buf_trace()
977 XB_TRACE(bp, "pin", (long)bp->b_pin_count.counter); in xfs_buf_pin()
986 XB_TRACE(bp, "unpin", (long)bp->b_pin_count.counter); in xfs_buf_unpin()