/fs/gfs2/ |
D | inode.h | 57 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks() argument 59 change <<= inode->i_blkbits - GFS2_BASIC_BLOCK_SHIFT; in gfs2_add_inode_blocks() 60 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks >= -change)); in gfs2_add_inode_blocks() 61 inode->i_blocks += change; in gfs2_add_inode_blocks()
|
D | quota.c | 675 static void do_qc(struct gfs2_quota_data *qd, s64 change) in do_qc() argument 693 x = be64_to_cpu(qc->qc_change) + change; in do_qc() 712 if (change < 0) /* Reset quiet flag if we freed some blocks */ in do_qc() 837 s64 change, struct gfs2_quota_data *qd, in gfs2_adjust_quota() argument 859 be64_add_cpu(&q.qu_value, change); in gfs2_adjust_quota() 1274 void gfs2_quota_change(struct gfs2_inode *ip, s64 change, in gfs2_quota_change() argument 1282 gfs2_assert_warn(sdp, change)) in gfs2_quota_change() 1295 do_qc(qd, change); in gfs2_quota_change()
|
D | quota.h | 28 extern void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
|
/fs/nilfs2/ |
D | Kconfig | 14 synchronous write basis (unless there is no change). Users can 16 and can change them into snapshots which will be preserved for long
|
/fs/affs/ |
D | inode.c | 153 = (be32_to_cpu(tail->change.days) * 86400LL + 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 | 93 struct affs_date change; member
|
D | Changes | 45 - change to global min macro + warning fixes
|
/fs/cramfs/ |
D | README | 131 One option is to change mkcramfs to take its PAGE_SIZE from 133 require the least amount of change: just change `#define 137 PAGE_SIZE is subject to change between kernel versions 163 It's easy enough to change the kernel to use a smaller value than
|
/fs/nfsd/ |
D | nfssvc.c | 201 int nfsd_vers(struct nfsd_net *nn, int vers, enum vers_op change) in nfsd_vers() argument 205 switch(change) { in nfsd_vers() 237 int nfsd_minorversion(struct nfsd_net *nn, u32 minorversion, enum vers_op change) in nfsd_minorversion() argument 240 change != NFSD_AVAIL) in nfsd_minorversion() 243 switch(change) { in nfsd_minorversion()
|
D | nfsd.h | 133 int nfsd_vers(struct nfsd_net *nn, int vers, enum vers_op change); 134 int nfsd_minorversion(struct nfsd_net *nn, u32 minorversion, enum vers_op change);
|
D | nfs4state.c | 1414 bool change = false; in reset_union_bmap_deny() local 1418 change = true; in reset_union_bmap_deny() 1424 if (change) in reset_union_bmap_deny()
|
/fs/notify/dnotify/ |
D | Kconfig | 7 Dnotify is a directory-based per-fd file change notification system
|
/fs/btrfs/ |
D | Kconfig | 29 expected to change unless there are strong reasons to do so. If there 30 is a format change, file systems with a unchanged format will
|
/fs/smb/client/ |
D | Kconfig | 161 servers if their addresses change or for implicit mounts of 172 the cluster available interfaces and resource change notifications.
|
/fs/ext4/ |
D | Kconfig | 40 Unlike the change from ext2 filesystem to ext3 filesystem,
|
/fs/nfs/ |
D | callback_xdr.c | 600 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change() argument 609 p = xdr_encode_hyper(p, change); in encode_attr_change()
|
D | nfs4xdr.c | 3351 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change() argument 3356 *change = 0; in decode_attr_change() 3363 xdr_decode_hyper(p, change); in decode_attr_change() 3368 (unsigned long long)*change); in decode_attr_change()
|
/fs/pstore/ |
D | Kconfig | 81 This change be changed at boot with "pstore.compress=..." on
|
/fs/ocfs2/ |
D | refcounttree.c | 1236 int index, int merge, int change) in ocfs2_change_refcount_rec() argument 1253 index, le32_to_cpu(rec->r_refcount), change); in ocfs2_change_refcount_rec() 1254 le32_add_cpu(&rec->r_refcount, change); in ocfs2_change_refcount_rec()
|