Home
last modified time | relevance | path

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

12

/fs/dlm/
Dplock.c93 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/
Ddquot.c1187 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/
DKconfig195 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/
DKconfig34 number between 1 and 5. The higher the number, the more debugging
/fs/nfs/
Dmount_clnt.c515 .number = 1,
523 .number = 3,
540 .number = NFS_MNT_PROGRAM,
Dnfs3client.c16 .number = NFS_ACL_PROGRAM,
Dnfs3xdr.c2546 .number = 3,
2576 .number = 3,
Dnfs2xdr.c1152 .number = 2,
Dclient.c73 .number = NFS_PROGRAM,
/fs/lockd/
Dclntxdr.c582 .number = 1,
590 .number = 3,
608 .number = NLM_PROGRAM,
Dmon.c563 .number = 1,
577 .number = NSM_PROGRAM,
Dclnt4xdr.c577 .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/gfs2/
Dglock.h196 extern int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number,
223 extern int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number,
Dglock.c1153 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/
DKconfig13 NILFS2 creates a number of checkpoints every few seconds or per
/fs/affs/
DChanges192 zone number was zero, the loop didn't terminate,
307 - The number of used blocks is now also calculated
/fs/ntfs/
DKconfig12 There are also a number of user-space tools available, called
/fs/ext4/
DKconfig45 and a number of other features to improve performance and speed
/fs/
DKconfig191 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/
DKconfig14 (there is a small number of Interrupt ReQuest lines in your computer
/fs/overlayfs/
DKconfig93 bool "Overlayfs: auto enable inode number mapping"
/fs/nfsd/
Dnfs4callback.c797 .number = 1,
816 .number = NFS4_CALLBACK,
/fs/nfs/flexfilelayout/
Dflexfilelayout.c1200 int vers = clp->cl_nfs_mod->rpc_vers->number; in ff_layout_async_handle_error()
/fs/nls/
DKconfig9 The base Native Language Support. A number of filesystems

12