Searched refs:ustat (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/fs/ |
D | statfs.c | 208 SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf) in SYSCALL_DEFINE2() argument 211 struct ustat tmp; in SYSCALL_DEFINE2() 224 memset(&tmp,0,sizeof(struct ustat)); in SYSCALL_DEFINE2() 228 return copy_to_user(ubuf, &tmp, sizeof(struct ustat)) ? -EFAULT : 0; in SYSCALL_DEFINE2()
|
/linux-2.6.39/include/linux/ |
D | types.h | 234 struct ustat { struct
|
D | syscalls.h | 420 asmlinkage long sys_ustat(unsigned dev, struct ustat __user *ubuf);
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nvc0_graph.c | 777 u32 ustat = nv_rd32(dev, 0x409c18); in nvc0_graph_isr() local 779 NV_INFO(dev, "PGRAPH: CTXCTRL ustat 0x%08x\n", ustat); in nvc0_graph_isr() 781 nv_wr32(dev, 0x409c20, ustat); in nvc0_graph_isr()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | systbl.h | 68 COMPAT_SYS(ustat)
|
/linux-2.6.39/arch/parisc/kernel/ |
D | syscall_table.S | 133 ENTRY_COMP(ustat)
|
/linux-2.6.39/Documentation/filesystems/ |
D | Locking | 146 ->statfs() has s_umount (shared) when called by ustat(2) (native or
|
/linux-2.6.39/arch/s390/kernel/ |
D | compat_wrapper.S | 254 llgtr %r3,%r3 # struct ustat *
|