/fs/gfs2/ |
D | inode.h | 62 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks() argument 64 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks > -change)); in gfs2_add_inode_blocks() 65 change *= (GFS2_SB(inode)->sd_sb.sb_bsize/GFS2_BASIC_BLOCK); in gfs2_add_inode_blocks() 66 inode->i_blocks += change; in gfs2_add_inode_blocks()
|
D | quota.c | 648 static void do_qc(struct gfs2_quota_data *qd, s64 change) in do_qc() argument 666 x = be64_to_cpu(qc->qc_change) + change; in do_qc() 685 if (change < 0) /* Reset quiet flag if we freed some blocks */ in do_qc() 811 s64 change, struct gfs2_quota_data *qd, in gfs2_adjust_quota() argument 833 be64_add_cpu(&q.qu_value, change); in gfs2_adjust_quota() 1248 void gfs2_quota_change(struct gfs2_inode *ip, s64 change, in gfs2_quota_change() argument 1256 gfs2_assert_warn(sdp, change)) in gfs2_quota_change() 1266 do_qc(qd, change); in gfs2_quota_change()
|
D | quota.h | 31 extern void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
|
D | rgrp.c | 1091 static void update_rgrp_lvb_unlinked(struct gfs2_rgrpd *rgd, u32 change) in update_rgrp_lvb_unlinked() argument 1094 u32 unlinked = be32_to_cpu(rgl->rl_unlinked) + change; in update_rgrp_lvb_unlinked()
|
/fs/nilfs2/ |
D | Kconfig | 13 synchronous write basis (unless there is no change). Users can 15 and can change them into snapshots which will be preserved for long
|
/fs/cramfs/ |
D | README | 102 One option is to change mkcramfs to take its PAGE_SIZE from 104 require the least amount of change: just change `#define 108 PAGE_SIZE is subject to change between kernel versions 134 It's easy enough to change the kernel to use a smaller value than
|
/fs/nfsd/ |
D | nfssvc.c | 130 int nfsd_vers(int vers, enum vers_op change) in nfsd_vers() argument 134 switch(change) { in nfsd_vers() 169 int nfsd_minorversion(u32 minorversion, enum vers_op change) in nfsd_minorversion() argument 172 change != NFSD_AVAIL) in nfsd_minorversion() 174 switch(change) { in nfsd_minorversion()
|
D | nfsd.h | 102 int nfsd_vers(int vers, enum vers_op change); 103 int nfsd_minorversion(u32 minorversion, enum vers_op change);
|
D | nfs4state.c | 1146 bool change = false; in reset_union_bmap_deny() local 1150 change = true; in reset_union_bmap_deny() 1156 if (change) in reset_union_bmap_deny()
|
/fs/affs/ |
D | inode.c | 153 = (be32_to_cpu(tail->change.days) * (24 * 60 * 60) + in affs_iget() 154 be32_to_cpu(tail->change.mins) * 60 + in affs_iget() 155 be32_to_cpu(tail->change.ticks) / 50 + in affs_iget() 195 affs_secs_to_datestamp(inode->i_mtime.tv_sec, &tail->change); in affs_write_inode()
|
D | amigaffs.h | 90 struct affs_date change; member
|
D | Changes | 45 - change to global min macro + warning fixes
|
/fs/notify/dnotify/ |
D | Kconfig | 6 Dnotify is a directory-based per-fd file change notification system
|
/fs/btrfs/ |
D | Kconfig | 21 expected to change unless there are strong reasons to do so. If there 22 is a format change, file systems with a unchanged format will
|
/fs/ext4/ |
D | Kconfig | 43 Unlike the change from ext2 filesystem to ext3 filesystem,
|
/fs/nfs/ |
D | callback_xdr.c | 570 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change() argument 579 p = xdr_encode_hyper(p, change); in encode_attr_change()
|
D | nfs4xdr.c | 3328 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change() argument 3333 *change = 0; in decode_attr_change() 3340 xdr_decode_hyper(p, change); in decode_attr_change() 3345 (unsigned long long)*change); in decode_attr_change()
|
/fs/ocfs2/ |
D | refcounttree.c | 1244 int index, int merge, int change) in ocfs2_change_refcount_rec() argument 1261 index, le32_to_cpu(rec->r_refcount), change); in ocfs2_change_refcount_rec() 1262 le32_add_cpu(&rec->r_refcount, change); in ocfs2_change_refcount_rec()
|