/fs/dlm/ |
D | plock.c | 80 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/ |
D | dquot.c | 1055 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/ |
D | Kconfig | 28 number between 1 and 5, the higher the number, the more debugging
|
/fs/jbd2/ |
D | Kconfig | 33 number between 1 and 5. The higher the number, the more debugging
|
/fs/gfs2/ |
D | glock.h | 181 extern int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, 196 extern int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number,
|
D | glock.c | 709 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/ |
D | mount_clnt.c | 509 .number = 1, 515 .number = 3, 531 .number = NFS_MNT_PROGRAM,
|
D | nfs3client.c | 14 .number = NFS_ACL_PROGRAM,
|
D | nfs3xdr.c | 2523 .number = 3, 2551 .number = 3,
|
D | nfs2xdr.c | 1144 .number = 2,
|
D | client.c | 75 .number = NFS_PROGRAM,
|
/fs/lockd/ |
D | clntxdr.c | 594 .number = 1, 600 .number = 3, 617 .number = NLM_PROGRAM,
|
D | mon.c | 605 .number = 1, 618 .number = NSM_PROGRAM,
|
D | clnt4xdr.c | 596 .number = 4,
|
/fs/befs/ |
D | ChangeLog | 54 (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/ |
D | Kconfig | 12 NILFS2 creates a number of checkpoints every few seconds or per
|
/fs/cachefiles/ |
D | Kconfig | 33 execution as there are a number of points at which data is gathered,
|
/fs/fscache/ |
D | Kconfig | 39 execution as there are a number of points at which data is gathered,
|
/fs/ext4/ |
D | Kconfig | 15 and a number of other features to improve performance and speed
|
/fs/proc/ |
D | Kconfig | 13 (there is a small number of Interrupt ReQuest lines in your computer
|
/fs/nfsd/ |
D | nfs4callback.c | 576 .number = 1, 594 .number = NFS4_CALLBACK,
|
/fs/affs/ |
D | Changes | 192 zone number was zero, the loop didn't terminate, 307 - The number of used blocks is now also calculated
|
/fs/ntfs/ |
D | Kconfig | 11 There are also a number of user-space tools available, called
|
/fs/ |
D | Kconfig | 130 this option as there are a number of Linux distros that require
|
/fs/nls/ |
D | Kconfig | 8 The base Native Language Support. A number of filesystems
|