/fs/dlm/ |
D | plock.c | 93 op->info.number = info->number; in do_unlock_close() 102 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_lock() argument 125 op->info.number = number; in dlm_posix_lock() 173 (unsigned long long)number, op->info.pid); in dlm_posix_lock() 191 (unsigned long long)number); in dlm_posix_lock() 236 (unsigned long long)op->info.number, file, fl); in dlm_plock_callback() 252 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_unlock() argument 280 rv, (unsigned long long)number); in dlm_posix_unlock() 286 op->info.number = number; in dlm_posix_unlock() 320 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_get() argument [all …]
|
/fs/quota/ |
D | dquot.c | 1187 void dquot_free_reserved_space(struct dquot *dquot, qsize_t number) in dquot_free_reserved_space() argument 1189 if (dquot->dq_dqb.dqb_rsvspace >= number) in dquot_free_reserved_space() 1190 dquot->dq_dqb.dqb_rsvspace -= number; in dquot_free_reserved_space() 1201 static void dquot_decr_inodes(struct dquot *dquot, qsize_t number) in dquot_decr_inodes() argument 1204 dquot->dq_dqb.dqb_curinodes >= number) in dquot_decr_inodes() 1205 dquot->dq_dqb.dqb_curinodes -= number; in dquot_decr_inodes() 1213 static void dquot_decr_space(struct dquot *dquot, qsize_t number) in dquot_decr_space() argument 1216 dquot->dq_dqb.dqb_curspace >= number) in dquot_decr_space() 1217 dquot->dq_dqb.dqb_curspace -= number; in dquot_decr_space() 1733 int __dquot_alloc_space(struct inode *inode, qsize_t number, int flags) in __dquot_alloc_space() argument [all …]
|
/fs/pstore/ |
D | Kconfig | 195 1) <hex_major><hex_minor> device number in hexadecimal representation, 198 3) /dev/<disk_name><decimal> represents the device name and number 199 of partition - device number of disk plus the partition number 207 is a zero-filled hex representation of the 1-based partition number. 210 7) <major>:<minor> major and minor number of the device separated by
|
/fs/jbd2/ |
D | Kconfig | 34 number between 1 and 5. The higher the number, the more debugging
|
/fs/nfs/ |
D | mount_clnt.c | 515 .number = 1, 523 .number = 3, 540 .number = NFS_MNT_PROGRAM,
|
D | nfs3client.c | 16 .number = NFS_ACL_PROGRAM,
|
D | nfs3xdr.c | 2546 .number = 3, 2576 .number = 3,
|
D | nfs2xdr.c | 1152 .number = 2,
|
D | client.c | 73 .number = NFS_PROGRAM,
|
/fs/lockd/ |
D | clntxdr.c | 582 .number = 1, 590 .number = 3, 608 .number = NLM_PROGRAM,
|
D | mon.c | 563 .number = 1, 577 .number = NSM_PROGRAM,
|
D | clnt4xdr.c | 577 .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/gfs2/ |
D | glock.h | 196 extern int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, 223 extern int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number,
|
D | glock.c | 1153 int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_get() argument 1158 struct lm_lockname name = { .ln_number = number, in gfs2_glock_get() 1756 int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_nq_num() argument 1763 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
|
/fs/nilfs2/ |
D | Kconfig | 13 NILFS2 creates a number of checkpoints every few seconds or per
|
/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 | 12 There are also a number of user-space tools available, called
|
/fs/ext4/ |
D | Kconfig | 45 and a number of other features to improve performance and speed
|
/fs/ |
D | Kconfig | 191 this option as there are a number of Linux distros that require 219 in multiple files with the same inode number on a single device. This
|
/fs/proc/ |
D | Kconfig | 14 (there is a small number of Interrupt ReQuest lines in your computer
|
/fs/overlayfs/ |
D | Kconfig | 93 bool "Overlayfs: auto enable inode number mapping"
|
/fs/nfsd/ |
D | nfs4callback.c | 797 .number = 1, 816 .number = NFS4_CALLBACK,
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1200 int vers = clp->cl_nfs_mod->rpc_vers->number; in ff_layout_async_handle_error()
|
/fs/nls/ |
D | Kconfig | 9 The base Native Language Support. A number of filesystems
|