Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 5 of 5) sorted by relevance

/fs/unicode/
Dmkutf8data.c422 unsigned int bitmask; in tree_walk() local
449 bitmask = 1 << node->bitnum; in tree_walk()
450 if ((leftmask & bitmask) == 0) { in tree_walk()
451 leftmask |= bitmask; in tree_walk()
464 if ((rightmask & bitmask) == 0) { in tree_walk()
465 rightmask |= bitmask; in tree_walk()
478 leftmask &= ~bitmask; in tree_walk()
479 rightmask &= ~bitmask; in tree_walk()
664 unsigned int bitmask; in prune() local
746 bitmask = 1 << node->bitnum; in prune()
[all …]
/fs/nfs/
Dnfs4proc.c115 static void nfs4_bitmask_set(__u32 bitmask[NFS4_BITMASK_SZ],
1413 p->o_arg.bitmask = nfs4_bitmask(server, label); in nfs4_opendata_alloc()
2994 const __u32 *bitmask = opendata->o_arg.server->exclcreat_bitmask; in nfs4_exclusive_attrset() local
3002 attrset[i] &= ~bitmask[i]; in nfs4_exclusive_attrset()
3362 __u32 bitmask[NFS4_BITMASK_SZ]; in nfs4_do_setattr() local
3368 .bitmask = bitmask, in nfs4_do_setattr()
3384 nfs4_bitmap_copy_adjust_setattr(bitmask, in nfs4_do_setattr()
3579 if (calldata->arg.bitmask != NULL) { in nfs4_close_done()
3580 calldata->arg.bitmask = NULL; in nfs4_close_done()
3688 calldata->arg.bitmask = calldata->arg.bitmask_store; in nfs4_close_prepare()
[all …]
Dnfs4xdr.c1258 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_getfattr() argument
1260 encode_getattr(xdr, nfs4_fattr_bitmap, bitmask, in encode_getfattr()
1264 static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask, in encode_getfattr_open() argument
1268 encode_getattr(xdr, open_bitmap, bitmask, 3, hdr); in encode_getfattr_open()
1271 static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_fsinfo() argument
1273 encode_getattr(xdr, nfs4_fsinfo_bitmap, bitmask, in encode_fsinfo()
1277 static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hd… in encode_fs_locations() argument
1279 encode_getattr(xdr, nfs4_fs_locations_bitmap, bitmask, in encode_fs_locations()
1612 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) in encode_readdir()
1615 attrs[i] &= readdir->bitmask[i]; in encode_readdir()
[all …]
Dnfs42proc.c49 u32 bitmask[3]; in _nfs42_proc_fallocate() local
54 .falloc_bitmask = bitmask, in _nfs42_proc_fallocate()
72 memcpy(bitmask, server->cache_consistency_bitmask, sizeof(bitmask)); in _nfs42_proc_fallocate()
74 bitmask[1] |= FATTR4_WORD1_SPACE_USED; in _nfs42_proc_fallocate()
Dpnfs.c3243 data->args.bitmask = NFS_SERVER(inode)->cache_consistency_bitmask; in pnfs_layoutcommit_inode()