/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 | 1084 static inline void dquot_incr_inodes(struct dquot *dquot, qsize_t number) in dquot_incr_inodes() argument 1086 dquot->dq_dqb.dqb_curinodes += number; in dquot_incr_inodes() 1089 static inline void dquot_incr_space(struct dquot *dquot, qsize_t number) in dquot_incr_space() argument 1091 dquot->dq_dqb.dqb_curspace += number; in dquot_incr_space() 1094 static inline void dquot_resv_space(struct dquot *dquot, qsize_t number) in dquot_resv_space() argument 1096 dquot->dq_dqb.dqb_rsvspace += number; in dquot_resv_space() 1102 static void dquot_claim_reserved_space(struct dquot *dquot, qsize_t number) in dquot_claim_reserved_space() argument 1104 if (dquot->dq_dqb.dqb_rsvspace < number) { in dquot_claim_reserved_space() 1106 number = dquot->dq_dqb.dqb_rsvspace; in dquot_claim_reserved_space() 1108 dquot->dq_dqb.dqb_curspace += number; in dquot_claim_reserved_space() [all …]
|
/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 | 655 int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_get() argument 660 struct lm_lockname name = { .ln_number = number, in gfs2_glock_get() 1101 int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_nq_num() argument 1108 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
|
/fs/nfs/ |
D | mount_clnt.c | 507 .number = 1, 513 .number = 3, 529 .number = NFS_MNT_PROGRAM,
|
D | nfs3client.c | 15 .number = NFS_ACL_PROGRAM,
|
D | nfs3xdr.c | 2532 .number = 3, 2560 .number = 3,
|
D | nfs2xdr.c | 1148 .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 | 554 .number = 1, 567 .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/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/ext4/ |
D | Kconfig | 48 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 | 713 .number = 1, 731 .number = NFS4_CALLBACK,
|
/fs/ |
D | Kconfig | 164 this option as there are a number of Linux distros that require
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1209 int vers = clp->cl_nfs_mod->rpc_vers->number; in ff_layout_async_handle_error()
|
/fs/nls/ |
D | Kconfig | 8 The base Native Language Support. A number of filesystems
|