Home
last modified time | relevance | path

Searched defs:w (Results 1 – 20 of 20) sorted by relevance

/fs/xfs/libxfs/
Dxfs_trans_space.h28 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument
29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument
39 #define XFS_DAENTER_1B(mp,w) \ argument
41 #define XFS_DAENTER_DBS(mp,w) \ argument
43 #define XFS_DAENTER_BLOCKS(mp,w) \ argument
45 #define XFS_DAENTER_BMAP1B(mp,w) \ argument
47 #define XFS_DAENTER_BMAPS(mp,w) \ argument
49 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument
51 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
Dxfs_inode_fork.h42 #define XFS_IFORK_PTR(ip,w) \ argument
52 #define XFS_IFORK_SIZE(ip,w) \ argument
58 #define XFS_IFORK_FORMAT(ip,w) \ argument
64 #define XFS_IFORK_FMT_SET(ip,w,n) \ argument
70 #define XFS_IFORK_NEXTENTS(ip,w) \ argument
76 #define XFS_IFORK_NEXT_SET(ip,w,n) \ argument
82 #define XFS_IFORK_MAXEXT(ip, w) \ argument
Dxfs_bit.h50 uint32_t w = (uint32_t)v; in xfs_lowbit64() local
Dxfs_bmap_btree.h82 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)]) argument
Dxfs_bmap.h118 static inline int xfs_bmapi_aflag(int w) in xfs_bmapi_aflag()
Dxfs_da_btree.c2079 int w = args->whichfork; in xfs_da_grow_inode_int() local
2210 int w; in xfs_da3_swap_lastblock() local
2413 int done, error, w, count; in xfs_da_shrink_inode() local
Dxfs_format.h983 #define XFS_DFORK_SIZE(dip,mp,w) \ argument
988 #define XFS_DFORK_MAXEXT(dip, mp, w) \ argument
998 #define XFS_DFORK_PTR(dip,w) \ argument
1001 #define XFS_DFORK_FORMAT(dip,w) \ argument
1005 #define XFS_DFORK_NEXTENTS(dip,w) \ argument
1151 #define XFS_RTLOBIT(w) xfs_lowbit32(w) argument
1152 #define XFS_RTHIBIT(w) xfs_highbit32(w) argument
Dxfs_log_format.h350 static inline int xfs_ilog_fbroot(int w) in xfs_ilog_fbroot()
355 static inline int xfs_ilog_fext(int w) in xfs_ilog_fext()
360 static inline int xfs_ilog_fdata(int w) in xfs_ilog_fdata()
/fs/hostfs/
Dhostfs_user.c55 int access_file(char *path, int r, int w, int x) in access_file()
70 int open_file(char *path, int r, int w, int append) in open_file()
Dhostfs_kern.c301 int r, w, fd; in hostfs_open() local
762 int r = 0, w = 0, x = 0, err; in hostfs_permission() local
/fs/fat/
Dnamei_vfat.c203 static inline wchar_t vfat_bad_char(wchar_t w) in vfat_bad_char()
211 static inline wchar_t vfat_replace_char(wchar_t w) in vfat_replace_char()
217 static wchar_t vfat_skip_char(wchar_t w) in vfat_skip_char()
/fs/nfsd/
Dnfs3acl.c183 int w; in nfs3svc_encode_getaclres() local
Dnfs2acl.c269 int w; in nfsaclsvc_encode_getaclres() local
Dnfs4xdr.c823 u32 w; in nfsd4_decode_share_access() local
/fs/fuse/
Dvirtio_fs.c497 struct virtio_fs_req_work *w = in virtio_fs_complete_req_work() local
534 struct virtio_fs_req_work *w; in virtio_fs_requests_done_work() local
/fs/dlm/
Dmember.c387 int i, w, x = 0, total = 0, all_zero = 0, *array; in make_member_array() local
/fs/jfs/
Djfs_dmap.c2755 int budsz, bud, w, bsz, size; in dbBackSplit() local
3788 int blkno, w, b, r, nw, nb, i; in dbInitDmap() local
/fs/xfs/
Dxfs_bmap_util.c1786 int w = XFS_DATA_FORK; in xfs_swap_extents() local
/fs/
Dfs-writeback.c2174 static void wakeup_dirtytime_writeback(struct work_struct *w) in wakeup_dirtytime_writeback()
/fs/ceph/
Dsuper.h677 int w = __ceph_caps_file_wanted(ci) | __ceph_caps_used(ci); in __ceph_caps_wanted() local