Home
last modified time | relevance | path

Searched refs:logoff (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/nvdimm/
Dbtt.h71 __le64 logoff; member
139 u64 logoff; member
Dbtt.c193 arena->logoff + (2 * lane * LOG_ENT_SIZE), ent, in btt_log_read_pair()
231 debugfs_create_x64("logoff", S_IRUGO, d, &a->logoff); in arena_debugfs_init()
351 u64 ns_off = arena->logoff + (((2 * lane) + sub) * LOG_ENT_SIZE); in __btt_log_write()
392 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init()
566 arena->logoff = arena->mapoff + mapsize; in alloc_arena()
567 arena->info2off = arena->logoff + logsize; in alloc_arena()
605 arena->logoff = arena_off + le64_to_cpu(super->logoff); in parse_arena_meta()
770 super->logoff = cpu_to_le64(arena->logoff - arena->infooff); in btt_arena_write_layout()
/linux-4.4.14/drivers/gpu/vga/
DKconfig28 X isn't running and delayed switching until the next logoff. This
/linux-4.4.14/fs/cifs/
Dsmb2ops.c1492 .logoff = SMB2_logoff,
1570 .logoff = SMB2_logoff,
1651 .logoff = SMB2_logoff,
1738 .logoff = SMB2_logoff,
Dcifsglob.h247 int (*logoff)(const unsigned int, struct cifs_ses *); member
Dsmb1ops.c1046 .logoff = CIFSSMBLogoff,
Dconnect.c2334 if (ses->status == CifsExiting && server->ops->logoff) { in cifs_put_smb_ses()
2336 rc = server->ops->logoff(xid, ses); in cifs_put_smb_ses()
/linux-4.4.14/drivers/staging/rts5208/
Dxd.c35 static int xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff,
1138 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument
1161 0xFF, (u8)(logoff >> 8)); in xd_init_page()
1162 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_BLOCK_ADDR1_L, 0xFF, (u8)logoff); in xd_init_page()