Searched refs:back (Results 1 – 15 of 15) sorted by relevance
/fs/autofs/ |
D | dirhash.c | 141 ent->back = dhnp; in autofs_hash_insert() 144 ent->next->back = &(ent->next); in autofs_hash_insert() 149 *(ent->back) = ent->next; in autofs_hash_delete() 151 ent->next->back = ent->back; in autofs_hash_delete()
|
D | autofs_i.h | 60 struct autofs_dir_ent **back; member
|
/fs/xfs/ |
D | xfs_da_btree.c | 125 node->hdr.info.back = 0; in xfs_da_node_create() 266 node->hdr.info.back = cpu_to_be32(oldblk->blkno); in xfs_da_split() 272 if (node->hdr.info.back) { in xfs_da_split() 273 if (be32_to_cpu(node->hdr.info.back) == addblk->blkno) { in xfs_da_split() 725 ASSERT(!oldroot->hdr.info.back); in xfs_da_root_join() 752 ASSERT(!blkinfo->back); in xfs_da_root_join() 826 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back)); in xfs_da_node_toosmall() 831 blkno = be32_to_cpu(info->back); in xfs_da_node_toosmall() 1233 new_info->back = old_info->back; in xfs_da_blk_link() 1234 if (old_info->back) { in xfs_da_blk_link() [all …]
|
D | xfs_da_btree.h | 45 __be32 back; /* following block in list */ member
|
D | xfs_dir2_node.c | 1250 forward = be32_to_cpu(info->forw) < be32_to_cpu(info->back); in xfs_dir2_leafn_toosmall() 1252 blkno = forward ? be32_to_cpu(info->forw) : be32_to_cpu(info->back); in xfs_dir2_leafn_toosmall()
|
D | xfs_attr_leaf.c | 1589 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back)); in xfs_attr_leaf_toosmall() 1594 blkno = be32_to_cpu(info->back); in xfs_attr_leaf_toosmall()
|
D | xfs_dir2_leaf.c | 1159 leaf->hdr.info.back = 0; in xfs_dir2_leaf_init()
|
/fs/jfs/ |
D | jfs_imap.c | 873 int back, fwd; in diFree() local 1050 fwd = back = -1; in diFree() 1085 if ((back = le32_to_cpu(iagp->extfreeback)) >= 0) { in diFree() 1086 if ((rc = diIAGRead(imap, back, &bmp))) in diFree() 1112 else if (inofreefwd == back) in diFree() 1126 else if (inofreeback == back) in diFree() 1168 if (back >= 0) in diFree() 2182 int agno, iagno, fwd, back, freei = 0, sword, rc; in diNewExt() local 2224 if ((back = le32_to_cpu(iagp->extfreeback)) >= 0) { in diNewExt() 2225 if ((rc = diIAGRead(imap, back, &bmp))) in diNewExt() [all …]
|
/fs/ufs/ |
D | balloc.c | 892 int i, start, end, forw, back; in ufs_clusteracct() local 925 back = start - i; in ufs_clusteracct() 931 i = back + forw + 1; in ufs_clusteracct() 935 if (back > 0) in ufs_clusteracct() 936 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt); in ufs_clusteracct()
|
D | Kconfig | 35 experimental, so you should back up your UFS partitions beforehand.
|
/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/fs/yaffs2/ |
D | Kconfig | 104 automatically fall back to immediate loading and do the right
|
/fs/cifs/ |
D | TODO | 20 fs/cifs/connect.c and add back in NTLMSSP code if any servers
|
D | CHANGES | 139 from read-only back to read-write, reflect this change in default file mode 141 Allow setting of attribute back to ATTR_NORMAL (removing readonly dos attribute 142 when archive dos attribute not set and we are changing mode back to writeable
|
/fs/jffs2/ |
D | Kconfig | 49 This causes JFFS2 to read back every page written through the
|