Searched refs:counter (Results 1 – 16 of 16) sorted by relevance
/fs/partitions/ |
D | ibm.c | 143 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/ |
D | cifs_debug.c | 295 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()
|
D | inode.c | 1503 direntry->d_inode->i_count.counter, direntry,
|
D | connect.c | 632 "NumMids %d", midCount.counter)); in cifs_demultiplex_thread()
|
D | CHANGES | 847 the simultaneous operations counter (/proc/fs/cifs/SimultaneousOps) to increase on
|
/fs/ecryptfs/ |
D | messaging.c | 87 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()
|
D | miscdev.c | 332 if (put_user(cpu_to_be32(msg_ctx->counter), (__be32 __user *)(buf + 1))) in ecryptfs_miscdev_read()
|
D | ecryptfs_kernel.h | 436 u32 counter; member
|
/fs/nfs/ |
D | nfs4_fs.h | 63 u32 counter; member 235 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter);
|
D | nfs4state.c | 674 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()
|
D | nfs4xdr.c | 750 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/ |
D | inode.c | 780 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/ |
D | dlm_internal.h | 114 uint16_t counter; member
|
D | lockspace.c | 479 ls->ls_lkbtbl[i].counter = 1; in new_lockspace()
|
D | lock.c | 609 lkid = (bucket << 16) | ls->ls_lkbtbl[bucket].counter++; in create_lkb()
|
/fs/xfs/linux-2.6/ |
D | xfs_buf.c | 66 (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()
|