/fs/ |
D | dax.c | 582 unsigned long address; in pgoff_address() local 584 address = vma->vm_start + ((pgoff - vma->vm_pgoff) << PAGE_SHIFT); in pgoff_address() 585 VM_BUG_ON_VMA(address < vma->vm_start || address >= vma->vm_end, vma); in pgoff_address() 586 return address; in pgoff_address() 600 unsigned long address, start, end; in dax_mapping_entry_mkclean() local 607 address = pgoff_address(index, vma); in dax_mapping_entry_mkclean() 614 if (follow_pte_pmd(vma->vm_mm, address, &start, &end, &ptep, &pmdp, &ptl)) in dax_mapping_entry_mkclean() 626 flush_cache_page(vma, address, pfn); in dax_mapping_entry_mkclean() 627 pmd = pmdp_huge_clear_flush(vma, address, pmdp); in dax_mapping_entry_mkclean() 630 set_pmd_at(vma->vm_mm, address, pmdp, pmd); in dax_mapping_entry_mkclean() [all …]
|
D | userfaultfd.c | 107 if (len && (start > uwq->msg.arg.pagefault.address || in userfaultfd_wake_function() 108 start + len <= uwq->msg.arg.pagefault.address)) in userfaultfd_wake_function() 179 static inline struct uffd_msg userfault_msg(unsigned long address, in userfault_msg() argument 187 msg.arg.pagefault.address = address; in userfault_msg() 218 unsigned long address, in userfaultfd_huge_must_wait() argument 228 ptep = huge_pte_offset(mm, address, vma_mmu_pagesize(vma)); in userfaultfd_huge_must_wait() 250 unsigned long address, in userfaultfd_huge_must_wait() argument 266 unsigned long address, in userfaultfd_must_wait() argument 280 pgd = pgd_offset(mm, address); in userfaultfd_must_wait() 283 p4d = p4d_offset(pgd, address); in userfaultfd_must_wait() [all …]
|
/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 132 if (ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_check_int() 494 if (ents[*lowstale].address == in xfs_dir3_leaf_find_stale() 505 if (ents[*highstale].address == in xfs_dir3_leaf_find_stale() 565 ASSERT(ents[lowstale].address == in xfs_dir3_leaf_find_entry() 587 ASSERT(ents[highstale].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry() 672 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_addname() 674 i = xfs_dir2_dataptr_to_db(args->geo, be32_to_cpu(lep->address)); in xfs_dir2_leaf_addname() 894 lep->address = cpu_to_be32( in xfs_dir2_leaf_addname() 934 if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_compact() 1010 ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir3_leaf_compact_x1() [all …]
|
D | xfs_dir2_block.c | 302 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact() 492 blp[lowstale].address != in xfs_dir2_block_addname() 498 blp[highstale].address != in xfs_dir2_block_addname() 537 blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr( in xfs_dir2_block_addname() 639 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup() 717 if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_lookup_int() 795 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename() 811 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename() 869 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace() 1013 if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir2_leaf_to_block() [all …]
|
D | xfs_dir2_node.c | 496 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(args->geo, in xfs_dir2_leafn_add() 620 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname() 626 be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_addname() 767 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_entry() 773 be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_entry() 812 be32_to_cpu(lep->address))); in xfs_dir2_leafn_lookup_for_entry() 927 if (sents[i].address == in xfs_dir3_leafn_moveents() 1241 db = xfs_dir2_dataptr_to_db(args->geo, be32_to_cpu(lep->address)); in xfs_dir2_leafn_remove() 1243 off = xfs_dir2_dataptr_to_off(args->geo, be32_to_cpu(lep->address)); in xfs_dir2_leafn_remove() 1254 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_leafn_remove() [all …]
|
D | xfs_da_format.h | 462 __be32 address; /* address of data entry */ member
|
D | xfs_dir2_data.c | 187 if (be32_to_cpu(lep[i].address) == addr && in __xfs_dir3_data_check() 203 if (lep[i].address == in __xfs_dir3_data_check()
|
/fs/btrfs/ |
D | hash.c | 37 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length) in btrfs_crc32c() argument 48 err = crypto_shash_update(shash, address, length); in btrfs_crc32c()
|
D | hash.h | 27 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length);
|
/fs/nfs/ |
D | super.c | 1519 &mnt->nfs_server.address, in nfs_parse_mount_options() 1520 sizeof(mnt->nfs_server.address)); in nfs_parse_mount_options() 1541 &mnt->mount_server.address, in nfs_parse_mount_options() 1542 sizeof(mnt->mount_server.address)); in nfs_parse_mount_options() 1640 protofamily != mnt->nfs_server.address.ss_family) in nfs_parse_mount_options() 1645 if (mountfamily != mnt->mount_server.address.ss_family) in nfs_parse_mount_options() 1648 if (mountfamily != mnt->nfs_server.address.ss_family) in nfs_parse_mount_options() 1745 &args->mount_server.address, in nfs_request_mount() 1775 if (args->mount_server.address.ss_family == AF_UNSPEC) { in nfs_request_mount() 1776 memcpy(request.sap, &args->nfs_server.address, in nfs_request_mount() [all …]
|
D | nfs4client.c | 1052 (const struct sockaddr *)&data->nfs_server.address, in nfs4_init_server() 1215 struct sockaddr_storage address; in nfs4_update_server() local 1216 struct sockaddr *localaddr = (struct sockaddr *)&address; in nfs4_update_server() 1223 error = rpc_localaddr(clnt, localaddr, sizeof(address)); in nfs4_update_server()
|
D | mount_clnt.c | 160 .address = info->sap, in nfs_mount() 244 .address = info->sap, in nfs_umount()
|
D | client.c | 506 .address = (struct sockaddr *)&clp->cl_addr, in nfs_create_rpc_client() 558 .address = (struct sockaddr *)&clp->cl_addr, in nfs_start_lockd() 659 .addr = (const struct sockaddr *)&data->nfs_server.address, in nfs_init_server() 713 memcpy(&server->mountd_address, &data->mount_server.address, in nfs_init_server()
|
D | internal.h | 109 struct sockaddr_storage address; member 118 struct sockaddr_storage address; member
|
D | Kconfig | 183 IP address. Select Y here if you would rather use your own DNS
|
/fs/afs/ |
D | netdevices.c | 37 bufs[n].address.s_addr = ifa->ifa_address; in afs_get_ipv4_interfaces()
|
D | cmservice.c | 584 reply.ia.ifaddr[loop] = ifs[loop].address.s_addr; in SRXAFSCB_TellMeAboutYourself()
|
D | internal.h | 408 struct in_addr address; /* IPv4 address bound to interface */ member
|
/fs/jfs/ |
D | jfs_imap.c | 432 uint address; in diReadSpecial() local 444 address = addressPXD(&sbi->ait2) >> sbi->l2nbperpage; in diReadSpecial() 447 address = AITBL_OFF >> L2PSIZE; in diReadSpecial() 455 address += inum >> 3; /* 8 inodes per 4K page */ in diReadSpecial() 458 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); in diReadSpecial() 520 uint address; in diWriteSpecial() local 526 address = addressPXD(&sbi->ait2) >> sbi->l2nbperpage; in diWriteSpecial() 528 address = AITBL_OFF >> L2PSIZE; in diWriteSpecial() 532 address += inum >> 3; /* 8 inodes per 4K page */ in diWriteSpecial() 535 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); in diWriteSpecial()
|
/fs/nfsd/ |
D | nfsctl.c | 253 struct sockaddr_storage address; in write_unlock_ip() local 254 struct sockaddr *sap = (struct sockaddr *)&address; in write_unlock_ip() 255 size_t salen = sizeof(address); in write_unlock_ip()
|
/fs/lockd/ |
D | clntlock.c | 63 host = nlmclnt_lookup_host(nlm_init->address, nlm_init->addrlen, in nlmclnt_init()
|
D | mon.c | 77 .address = (struct sockaddr *)&sin, in nsm_create()
|
D | host.c | 451 .address = nlm_addr(host), in nlm_bind_host()
|
/fs/f2fs/ |
D | f2fs.h | 1427 const void *address, unsigned int length) in __f2fs_crc32() argument 1441 err = crypto_shash_update(&desc.shash, address, length); in __f2fs_crc32() 1447 static inline u32 f2fs_crc32(struct f2fs_sb_info *sbi, const void *address, in f2fs_crc32() argument 1450 return __f2fs_crc32(sbi, F2FS_SUPER_MAGIC, address, length); in f2fs_crc32() 1460 const void *address, unsigned int length) in f2fs_chksum() argument 1462 return __f2fs_crc32(sbi, crc, address, length); in f2fs_chksum()
|
/fs/reiserfs/ |
D | README | 41 to address the fair crediting issue in the next GPL version.)
|