Searched refs:hsb (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c211 static int parse_options(char *options, struct hfs_sb_info *hsb) argument
218 hsb->s_uid = current->uid;
219 hsb->s_gid = current->gid;
220 hsb->s_file_umask = 0133;
221 hsb->s_dir_umask = 0022;
222 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */
223 hsb->s_quiet = 0;
224 hsb->part = -1;
225 hsb
[all...]
H A Dinode.c281 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); local
290 inode->i_uid = hsb->s_uid;
291 inode->i_gid = hsb->s_gid;
315 inode->i_mode &= ~hsb->s_file_umask;
327 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~hsb->s_dir_umask);
574 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); local
583 (attr->ia_uid != hsb->s_uid)) ||
585 (attr->ia_gid != hsb->s_gid)) ||
590 return hsb->s_quiet ? 0 : error;
599 attr->ia_mode &= S_ISDIR(inode->i_mode) ? ~hsb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c301 .name = "hsb",
476 DEV_CLK(mck, smc0, hsb, 0);
482 DEV_CLK(hclk, pdc, hsb, 4);
733 DEV_CLK(hclk, macb0, hsb, 8);
742 DEV_CLK(hclk, macb1, hsb, 9);
914 DEV_CLK(hck1, atmel_lcdfb0, hsb, 7);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimsttfb.c302 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member in struct:imstt_regvals
500 init->hsb = init->heb + (xres >> 3);
501 init->ht = init->hsb + htp;
698 write_reg_le32(par->dc_regs, HSB, init->hsb);

Completed in 75 milliseconds