/fs/xfs/ |
D | xfs_dir2_leaf.c | 162 if (leaf->ents[*lowstale].address == in xfs_dir2_leaf_find_stale() 175 if (leaf->ents[*highstale].address == in xfs_dir2_leaf_find_stale() 235 ASSERT(leaf->ents[lowstale].address == in xfs_dir2_leaf_find_entry() 258 ASSERT(leaf->ents[highstale].address == in xfs_dir2_leaf_find_entry() 345 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_addname() 347 i = xfs_dir2_dataptr_to_db(mp, be32_to_cpu(lep->address)); in xfs_dir2_leaf_addname() 566 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(mp, use_block, in xfs_dir2_leaf_addname() 618 if (leaf->ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir2_leaf_check() 647 if (leaf->ents[from].address == in xfs_dir2_leaf_compact() 723 leaf->ents[from].address == in xfs_dir2_leaf_compact_x1() [all …]
|
D | xfs_dir2_block.c | 256 if (blp[fromidx].address == in xfs_dir2_block_addname() 354 blp[lowstale].address != in xfs_dir2_block_addname() 360 blp[highstale].address != in xfs_dir2_block_addname() 399 blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_block_addname() 605 xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup() 685 if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_lookup_int() 764 ((char *)hdr + xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename() 780 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename() 840 ((char *)hdr + xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace() 975 if (leaf->ents[from].address == in xfs_dir2_leaf_to_block() [all …]
|
D | xfs_dir2_node.c | 251 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(mp, in xfs_dir2_leafn_add() 282 if (leaf->ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir2_leafn_check() 369 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname() 374 newdb = xfs_dir2_dataptr_to_db(mp, be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_addname() 510 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_entry() 515 newdb = xfs_dir2_dataptr_to_db(mp, be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_entry() 552 xfs_dir2_dataptr_to_off(mp, be32_to_cpu(lep->address))); in xfs_dir2_leafn_lookup_for_entry() 666 if (leaf_s->ents[i].address == in xfs_dir2_leafn_moveents() 871 db = xfs_dir2_dataptr_to_db(mp, be32_to_cpu(lep->address)); in xfs_dir2_leafn_remove() 873 off = xfs_dir2_dataptr_to_off(mp, be32_to_cpu(lep->address)); in xfs_dir2_leafn_remove() [all …]
|
D | xfs_dir2_format.h | 337 __be32 address; /* address of data entry */ member
|
D | xfs_dir2_data.c | 148 if (be32_to_cpu(lep[i].address) == addr && in xfs_dir2_data_check() 162 if (lep[i].address == in xfs_dir2_data_check()
|
D | xfs_dir2_sf.c | 172 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
|
/fs/nfs/ |
D | super.c | 1469 &mnt->nfs_server.address, in nfs_parse_mount_options() 1470 sizeof(mnt->nfs_server.address)); in nfs_parse_mount_options() 1491 &mnt->mount_server.address, in nfs_parse_mount_options() 1492 sizeof(mnt->mount_server.address)); in nfs_parse_mount_options() 1586 protofamily != mnt->nfs_server.address.ss_family) in nfs_parse_mount_options() 1591 if (mountfamily != mnt->mount_server.address.ss_family) in nfs_parse_mount_options() 1594 if (mountfamily != mnt->nfs_server.address.ss_family) in nfs_parse_mount_options() 1684 &args->mount_server.address, in nfs_try_mount() 1714 if (args->mount_server.address.ss_family == AF_UNSPEC) { in nfs_try_mount() 1715 memcpy(request.sap, &args->nfs_server.address, in nfs_try_mount() [all …]
|
D | internal.h | 108 struct sockaddr_storage address; member 117 struct sockaddr_storage address; member
|
D | mount_clnt.c | 158 .address = info->sap, in nfs_mount() 230 .address = info->sap, in nfs_umount()
|
D | client.c | 664 .address = (struct sockaddr *)&clp->cl_addr, in nfs_create_rpc_client() 710 .address = (struct sockaddr *)&clp->cl_addr, in nfs_start_lockd() 847 .addr = (const struct sockaddr *)&data->nfs_server.address, in nfs_init_server() 907 memcpy(&server->mountd_address, &data->mount_server.address, in nfs_init_server() 1598 (const struct sockaddr *)&data->nfs_server.address, in nfs4_init_server()
|
D | Kconfig | 137 IP address. Select Y here if you would rather use your own DNS
|
/fs/afs/ |
D | netdevices.c | 57 bufs[n].address.s_addr = ifa->ifa_address; in afs_get_ipv4_interfaces()
|
D | cmservice.c | 552 reply.ia.ifaddr[loop] = ifs[loop].address.s_addr; in SRXAFSCB_TellMeAboutYourself()
|
D | internal.h | 406 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 | 212 struct sockaddr_storage address; in write_unlock_ip() local 213 struct sockaddr *sap = (struct sockaddr *)&address; in write_unlock_ip() 214 size_t salen = sizeof(address); in write_unlock_ip()
|
D | nfs4callback.c | 642 .address = (struct sockaddr *) &conn->cb_addr, in setup_callback_client()
|
/fs/lockd/ |
D | clntlock.c | 63 host = nlmclnt_lookup_host(nlm_init->address, nlm_init->addrlen, in nlmclnt_init()
|
D | mon.c | 75 .address = (struct sockaddr *)&sin, in nsm_create()
|
D | host.c | 448 .address = nlm_addr(host), in nlm_bind_host()
|
/fs/cifs/ |
D | CHANGES | 164 has backslash (not forward slash) between ip address of server 183 address after the "ip=" mount option, at least until mount.cifs is fixed to 743 session to the same server (ip address) for a different mount which 895 Fix oops in readpages caused by not setting address space operations in inode in 905 Changed read and write to go through pagecache. Added additional address space operations. 944 Update mount so the -unc mount option is no longer required (the ip address can be specified
|
D | README | 260 ip The ip address of the target server 612 the same server ip address can be established 736 translate host names to ip address, and the user space helper must also
|
/fs/reiserfs/ |
D | README | 41 to address the fair crediting issue in the next GPL version.)
|