Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 26) sorted by relevance

12

/fs/dlm/
Dplock.c80 static void do_unlock_close(struct dlm_ls *ls, u64 number, in do_unlock_close() argument
92 op->info.number = number; in do_unlock_close()
104 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_lock() argument
128 op->info.number = number; in dlm_posix_lock()
151 (unsigned long long)number); in dlm_posix_lock()
156 do_unlock_close(ls, number, file, fl); in dlm_posix_lock()
167 (unsigned long long)number); in dlm_posix_lock()
177 (unsigned long long)number); in dlm_posix_lock()
200 (unsigned long long)op->info.number); in dlm_plock_callback()
228 (unsigned long long)op->info.number, file, fl); in dlm_plock_callback()
[all …]
/fs/quota/
Ddquot.c1055 static inline void dquot_incr_inodes(struct dquot *dquot, qsize_t number) in dquot_incr_inodes() argument
1057 dquot->dq_dqb.dqb_curinodes += number; in dquot_incr_inodes()
1060 static inline void dquot_incr_space(struct dquot *dquot, qsize_t number) in dquot_incr_space() argument
1062 dquot->dq_dqb.dqb_curspace += number; in dquot_incr_space()
1065 static inline void dquot_resv_space(struct dquot *dquot, qsize_t number) in dquot_resv_space() argument
1067 dquot->dq_dqb.dqb_rsvspace += number; in dquot_resv_space()
1073 static void dquot_claim_reserved_space(struct dquot *dquot, qsize_t number) in dquot_claim_reserved_space() argument
1075 if (dquot->dq_dqb.dqb_rsvspace < number) { in dquot_claim_reserved_space()
1077 number = dquot->dq_dqb.dqb_rsvspace; in dquot_claim_reserved_space()
1079 dquot->dq_dqb.dqb_curspace += number; in dquot_claim_reserved_space()
[all …]
/fs/jbd/
DKconfig28 number between 1 and 5, the higher the number, the more debugging
/fs/jbd2/
DKconfig33 number between 1 and 5. The higher the number, the more debugging
/fs/gfs2/
Dglock.h181 extern int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number,
196 extern int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number,
Dglock.c709 int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_get() argument
714 struct lm_lockname name = { .ln_number = number, .ln_type = glops->go_type }; in gfs2_glock_get()
1137 int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_nq_num() argument
1144 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
/fs/nfs/
Dmount_clnt.c509 .number = 1,
515 .number = 3,
531 .number = NFS_MNT_PROGRAM,
Dnfs3client.c14 .number = NFS_ACL_PROGRAM,
Dnfs3xdr.c2523 .number = 3,
2551 .number = 3,
Dnfs2xdr.c1144 .number = 2,
Dclient.c75 .number = NFS_PROGRAM,
/fs/lockd/
Dclntxdr.c594 .number = 1,
600 .number = 3,
617 .number = NLM_PROGRAM,
Dmon.c605 .number = 1,
618 .number = NSM_PROGRAM,
Dclnt4xdr.c596 .number = 4,
/fs/befs/
DChangeLog54 (because they have the same inode number). Many thanks to Pavel Roskin
236 the hard work of finding the disk block number.
307 * Made a function to actually count the number of fs blocks used by a file.
315 The i_blocks field of the inode struct is not the number of blocks for the
316 inode, it is the number of blocks for the file. Also, i_blksize is not
378 * Fixed wrong number of args bug in befs_dump_inode
/fs/nilfs2/
DKconfig12 NILFS2 creates a number of checkpoints every few seconds or per
/fs/cachefiles/
DKconfig33 execution as there are a number of points at which data is gathered,
/fs/fscache/
DKconfig39 execution as there are a number of points at which data is gathered,
/fs/ext4/
DKconfig15 and a number of other features to improve performance and speed
/fs/proc/
DKconfig13 (there is a small number of Interrupt ReQuest lines in your computer
/fs/nfsd/
Dnfs4callback.c576 .number = 1,
594 .number = NFS4_CALLBACK,
/fs/affs/
DChanges192 zone number was zero, the loop didn't terminate,
307 - The number of used blocks is now also calculated
/fs/ntfs/
DKconfig11 There are also a number of user-space tools available, called
/fs/
DKconfig130 this option as there are a number of Linux distros that require
/fs/nls/
DKconfig8 The base Native Language Support. A number of filesystems

12